]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/global.h
Improve Filelight installation UX
[dolphin.git] / src / global.h
index dd07f9170f246e866cc254c420fc26ecd26994b4..9161ed877a910bd394a995f94811497db311b446 100644 (file)
@@ -49,8 +49,8 @@ QPair<QString, Qt::SortOrder> sortOrderForUrl(QUrl &url);
 /**
  * TODO: Move this somewhere global to all KDE apps, not just Dolphin
  */
-const int VERTICAL_SPACER_HEIGHT = 12;
-const int LAYOUT_SPACING_SMALL = 2;
+constexpr int VERTICAL_SPACER_HEIGHT = 12;
+constexpr int LAYOUT_SPACING_SMALL = 2;
 }
 
 enum Animated { WithAnimation, WithoutAnimation };