diff options
| author | Tannin <devnull@localhost> | 2014-01-29 00:23:16 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-01-29 00:23:16 +0100 |
| commit | af50eedbe275062eda933ccc200be66a9d3ee94d (patch) | |
| tree | f6df3e578ca0d466d55b455e9d3ac9b3fe9c012a /src/mainwindow.h | |
| parent | 52e5dd3c5781d45fa3a929de6c7cce7405366300 (diff) | |
- bugfix: dds preview or transparent textures looked odd
- bugfix: lazy loaded data tree deleted the placeholder
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index b247b924..527db8b3 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -372,6 +372,8 @@ private: QFileSystemWatcher m_SavesWatcher; + std::vector<QTreeWidgetItem*> m_RemoveWidget; + private slots: void showMessage(const QString &message); @@ -529,6 +531,7 @@ private slots: void refreshSavesIfOpen(); void expandDataTreeItem(QTreeWidgetItem *item); void about(); + void delayedRemove(); private slots: // ui slots // actions |
