diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-09 12:53:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-09 12:53:29 -0500 |
| commit | b9fd1092c62f728ff55879ff98be2cddbb2f0610 (patch) | |
| tree | 10f2c976fa355171230ea4f978f2cb6af7d9d0f5 /src/mainwindow.h | |
| parent | 292cee7f6a2de28d13d7a3c32e668dfab41ab5ac (diff) | |
| parent | ea6c793ce6047e0c958c13b3743976bcf953bf1a (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.h | 1 |
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 |
