summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-12-09 12:53:29 -0500
committerGitHub <noreply@github.com>2019-12-09 12:53:29 -0500
commitb9fd1092c62f728ff55879ff98be2cddbb2f0610 (patch)
tree10f2c976fa355171230ea4f978f2cb6af7d9d0f5 /src/mainwindow.h
parent292cee7f6a2de28d13d7a3c32e668dfab41ab5ac (diff)
parentea6c793ce6047e0c958c13b3743976bcf953bf1a (diff)
Merge pull request #933 from isanae/conflicts-position-on-reset
Move the conflicts column when resetting geometries
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 8f000983..0d7edefd 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -665,6 +665,7 @@ private slots: // ui slots
void storeSettings();
void readSettings();
void setupModList();
+ void fixConflictsColumn();
};
#endif // MAINWINDOW_H