]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/statusbarmessagelabel.cpp
Initial step for moving to KDirModel. Large code parts have been deleted, as a step...
[dolphin.git] / src / statusbarmessagelabel.cpp
index 4ab2a0129242e077a29ed70ae09cf3557caae0e3..0604b263366b060523493d0f08eec784c1c72898 100644 (file)
@@ -217,3 +217,5 @@ QColor StatusBarMessageLabel::mixColors(const QColor& c1,
     const int blue  = (c1.blue()  * recip + c2.blue()  * percent) / 100;
     return QColor(red, green, blue);
 }
+
+#include "statusbarmessagelabel.moc"