Ubuntu version: Completely removed QDBus and fixed version number

This commit is contained in:
nikwen.developer@gmail.com
2014-04-09 15:53:48 +00:00
committed by nikwen.developer@gmail.com
parent d914e78a1f
commit 87cddc7fac
2 changed files with 1 additions and 3 deletions

View File

@@ -49,8 +49,6 @@ int main(int argc, char *argv[])
Utils::initRand();
Song::initTranslations();
// QDBusConnection::sessionBus().registerService(CANTATA_REV_URL);
// Ensure these objects are created in the GUI thread...
ThreadCleaner::self();
MPDStatus::self();

View File

@@ -159,7 +159,7 @@ Page {
}
Label {
font.bold: true;
text: "1.0"
text: "0.1"
}
}
Row {