]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/selectionmode/bottombar.h
Add clang-format and format code as in Frameworks
[dolphin.git] / src / selectionmode / bottombar.h
index ab29a85a5bf232e4d0628c9adf813176df3d482f..3ad361ef666aae330f0bcc6b607764c025681a62 100644 (file)
@@ -17,7 +17,6 @@
 
 class KActionCollection;
 class KFileItemList;
-class QAction;
 class QPushButton;
 class QResizeEvent;
 class QScrollArea;
@@ -25,7 +24,7 @@ class QUrl;
 
 namespace SelectionMode
 {
-    class BottomBarContentsContainer;
+class BottomBarContentsContainer;
 
 /**
  * @brief A bar used in selection mode that serves various purposes depending on what the user is currently trying to do.
@@ -100,7 +99,7 @@ Q_SIGNALS:
      */
     void error(const QString &errorMessage);
 
-    void leaveSelectionModeRequested();
+    void selectionModeLeavingRequested();
 
 protected:
     /** Is installed on an internal widget to make sure that the height of the bar is adjusted to its contents. */