move general singleton to shared part, update part of desktop-panel ui

This commit is contained in:
2016-10-09 21:23:27 +03:00
parent fcb698e7fc
commit 335fbb137e
8 changed files with 124 additions and 313 deletions

View File

@ -16,8 +16,6 @@
***************************************************************************/
import QtQuick 2.0
import QtQuick.Controls 1.3 as QtControls
import QtQuick.Layouts 1.0 as QtLayouts
import org.kde.plasma.private.awesomewidget 1.0
@ -34,4 +32,8 @@ Item {
AboutTab {
textProvider: awActions
}
Component.onCompleted: {
if (debug) console.debug()
}
}