Browse Source

fix #include header style

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien 2 years ago
parent
commit
7b4245a3c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/gui/tray/activitylistmodel.cpp

+ 1 - 1
src/gui/tray/activitylistmodel.cpp

@@ -32,7 +32,7 @@
 #include <QWidget>
 #include <QJsonObject>
 #include <QJsonDocument>
-#include <qloggingcategory.h>
+#include <QLoggingCategory>
 
 namespace OCC {