aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/src/main.cpp')
-rw-r--r--homescreen/src/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/homescreen/src/main.cpp b/homescreen/src/main.cpp
index 90027e3..901799c 100644
--- a/homescreen/src/main.cpp
+++ b/homescreen/src/main.cpp
@@ -191,8 +191,13 @@ int main(int argc, char *argv[])
context->setContextProperty("shell", new Shell(shell, &a));
QQmlComponent bg_comp(&engine, QUrl("qrc:/background.qml"));
+ qInfo() << bg_comp.errors();
+
QQmlComponent top_comp(&engine, QUrl("qrc:/toppanel.qml"));
+ qInfo() << top_comp.errors();
+
QQmlComponent bot_comp(&engine, QUrl("qrc:/bottompanel.qml"));
+ qInfo() << bot_comp.errors();
for (QScreen *screen : qApp->screens()) {
struct wl_output *output;