]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/global.h
Fix crash during shutdown
[dolphin.git] / src / global.h
index 3b6af43e9732cc9cd0ece4f5a7d69995ecb4c682..e3c4a1cca10ee508ef4d3fb05eed65f16250cb81 100644 (file)
@@ -41,6 +41,11 @@ namespace Dolphin {
      * Opens a new Dolphin window
      */
     void openNewWindow(const QList<QUrl> &urls = {}, QWidget *window = nullptr, const OpenNewWindowFlags &flags = OpenNewWindowFlag::None);
+
+    /**
+     * TODO: Move this somewhere global to all KDE apps, not just Dolphin
+     */
+    const int VERTICAL_SPACER_HEIGHT = 18;
 }
 
 #endif //GLOBAL_H