aboutsummaryrefslogtreecommitdiffstats
path: root/include/editorpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/editorpage.h')
-rw-r--r--include/editorpage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editorpage.h b/include/editorpage.h
index 0268c3e2..bf32ec0f 100644
--- a/include/editorpage.h
+++ b/include/editorpage.h
@@ -52,7 +52,7 @@ public:
* @param filePath Path of the file handled in this tab
* @param parent Pointer to the parent widget
*/
- explicit EditorPage(const QString &filePath = "", QWidget *parent = nullptr);
+ explicit EditorPage(QString filePath = "", QWidget *parent = nullptr);
/**
* @details Get the filepath of the currently activated tab.