]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/renamedialog.h
Merge branch 'Applications/19.08'
[dolphin.git] / src / views / renamedialog.h
index 8da770895f92b2a0e9ab13d41d19418ce9e4506f..08571cd9d2ce57732dbbed626c7b952cacb521ad 100644 (file)
@@ -22,8 +22,9 @@
 
 #include "dolphin_export.h"
 
-#include <QDialog>
 #include <KFileItem>
+
+#include <QDialog>
 #include <QString>
 
 class QLineEdit;
@@ -32,6 +33,8 @@ class QPushButton;
 class KJob;
 /**
  * @brief Dialog for renaming a variable number of files.
+ *
+ * The dialog deletes itself when accepted or rejected.
  */
 class DOLPHIN_EXPORT RenameDialog : public QDialog
 {