Replace the DirBrowserRemoteInterface by slots to reduce coupling by using ad-hoc yet type-safe collaborations.

This commit is contained in:
Adam Reichold
2015-12-05 11:45:15 +01:00
parent 87016d353a
commit 4f68e370d4
9 changed files with 42 additions and 64 deletions

View File

@@ -24,9 +24,8 @@
#ifdef WIN32
#include "windirmonitor.h"
#endif
#include "dirbrowserremoteinterface.h"
class DirBrowser : public Gtk::VBox, public DirBrowserRemoteInterface
class DirBrowser : public Gtk::VBox
#ifdef WIN32
, public WinDirChangeListener
#endif