moved serverLogin to main

This commit is contained in:
Jeena 2015-01-10 15:21:56 +01:00
parent bd1a80af61
commit 9cab3341b6
3 changed files with 17 additions and 10 deletions

View file

@ -10,7 +10,8 @@ int main(int argc, char *argv[])
{
QGuiApplication app(argc, argv);
qmlRegisterType<TinyTinyRSSLogin>("TTRSS", 1, 0, "Login");
qmlRegisterType<TinyTinyRSSLogin>("TTRSS", 1, 0, "ServerLogin");
// qmlRegisterType<TinyTinyRSS>("TTRSS", 1, 0, "Server");
QQmlApplicationEngine engine;
engine.load(QUrl(QStringLiteral("qrc:/main.qml")));