diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-09 12:32:17 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-09 12:32:17 -0500 |
| commit | ea6c793ce6047e0c958c13b3743976bcf953bf1a (patch) | |
| tree | c3acd33d9b9576805a22e7cb850088df8d69eb0c /src/mainwindow.h | |
| parent | 2cf33e59ebb139cde59201dc1a1ba41bd49e8619 (diff) | |
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 |
