diff options
| author | Silarn <jrim@rimpo.org> | 2019-12-08 20:47:45 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-12-08 20:48:14 -0600 |
| commit | 44084bfa415f906b8ba8b5d19e1be60a7612d692 (patch) | |
| tree | 05cd7150f80ba890f95d5b8a331d06accf5707e3 /src/mainwindow.h | |
| parent | a4db0db94ff67b52a7a3b9b43eca5cce5fae5fc3 (diff) | |
Rework column insertion to move to the intended position post-facto
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 2020b1a3..fcbbe039 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -116,7 +116,7 @@ public: QWidget *parent = 0); ~MainWindow(); - void processUpdates(Settings& settings); + void processUpdates(); QWidget* qtWidget() override; |
