aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index 5a5da269eb..9f6cf1061c 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -129,7 +129,7 @@ public:
QString getMwFileName();
void setMwFileName(QString fileName);
- void insertColumn(QString name, QString abbrev, unsigned int pos = 0);
+ void insertColumn(QString name, QString abbrev, gint pos = -1);
protected:
virtual bool eventFilter(QObject *obj, QEvent *event);