diff options
| author | Tannin <devnull@localhost> | 2013-09-22 13:10:21 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-09-22 13:10:21 +0200 |
| commit | c57b172204432f18856ef05d8faa9ebf3001b0c8 (patch) | |
| tree | bdda662916e6a56b7b9e77b0187ea2e69a26244a /src/mainwindow.h | |
| parent | dfca8be71b15bc13997110cc8777dd5a84a1fde7 (diff) | |
- removed some obsolete code
- MO will no longer start an application while the directory structure is being refreshed because MO may need to access profile files afterwards
- bugfix: the overwrite info-dialog was not destroyed and could thus keep a lock on files thus preventing those files from being moved/deleted
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 54ae0e96..80dca172 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -464,6 +464,7 @@ private slots: void toolBar_customContextMenuRequested(const QPoint &point); void removeFromToolbar(); + void overwriteClosed(int); private slots: // ui slots // actions |
