]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinstatusbar.h
adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdelibs_Codin...
[dolphin.git] / src / dolphinstatusbar.h
index 5a04b21cb8f570a8b2980251e9aedd39f90d00f5..e57288228016a00f1e9937e52595df2d5d611b94 100644 (file)
@@ -37,7 +37,8 @@ class QTimer;
  * The statusbar allows to show messages and progress
  * information.
  */
-class DolphinStatusBar : public KHBox {
+class DolphinStatusBar : public KHBox
+{
     Q_OBJECT
 
 public:
@@ -93,7 +94,10 @@ public:
      * operations.
      */
     void setProgress(int percent);
-    int progress() const { return m_progress; }
+    int progress() const
+    {
+        return m_progress;
+    }
 
     /**
      * Clears the message text of the status bar by replacing