Added address resolution, and moved everything up one directory.
[ptas] / zouba / ytv.h
1
2 #include <QUrl>
3 #include <QString>
4
5 namespace {
6   QUrl ytv( "http://api.reittiopas.fi/public-ytv/fi/api/" );
7   QString username( "zouba" );
8   QString password( "caf9r3ee" );
9
10   QString homeKey( "taivaanvuohentie%207%2Chelsinki" );
11   QString workKey( "it%E4merenkatu%2011%2Chelsinki" );
12 }
13