Fixed encoding issue so can now enter addresses in the UI.
[ptas] / zouba / ytv.h
1
2 #include <QUrl>
3 #include <QString>
4
5 namespace {
6   const QString ytv( "http://api.reittiopas.fi/public-ytv/fi/api/" );
7   const QString username( "zouba" );
8   const QString password( "caf9r3ee" );
9
10   const QString home( QByteArray::fromPercentEncoding( "Taivaanvuohentie%207%2CHelsinki" ) );
11   const QString work( QByteArray::fromPercentEncoding( "It%E4merenkatu%2011%2CHelsinki" ) );
12 }
13