diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-12 18:57:36 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-04 03:33:17 -0500 |
| commit | c5f98f9756ed9ba5b2241fa11215d99c8bf52461 (patch) | |
| tree | 3e88b4cd79f0a7b408df2337fbaf5569b685d591 /src/datatab.h | |
| parent | d3e9abddaf1f927102002d9fb2721e858f6c3a3e (diff) | |
now prunes empty directories
handles archives and conflicts checkboxes
Diffstat (limited to 'src/datatab.h')
| -rw-r--r-- | src/datatab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datatab.h b/src/datatab.h index 8754c12d..de38cc8f 100644 --- a/src/datatab.h +++ b/src/datatab.h @@ -44,7 +44,6 @@ private: OrganizerCore& m_core; PluginContainer& m_pluginContainer; - bool m_archives; QWidget* m_parent; FileTreeModel* m_model; DataTabUi ui; @@ -56,6 +55,7 @@ private: void onContextMenu(const QPoint &pos); void onConflicts(); void onArchives(); + void updateOptions(); void updateTo( QTreeWidgetItem *subTree, const std::wstring &directorySoFar, |
