Ubuntu version: Completely removed QDBus and fixed version number
This commit is contained in:
committed by
nikwen.developer@gmail.com
parent
d914e78a1f
commit
87cddc7fac
@@ -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();
|
||||
|
||||
@@ -159,7 +159,7 @@ Page {
|
||||
}
|
||||
Label {
|
||||
font.bold: true;
|
||||
text: "1.0"
|
||||
text: "0.1"
|
||||
}
|
||||
}
|
||||
Row {
|
||||
|
||||
Reference in New Issue
Block a user