summaryrefslogtreecommitdiffstats
path: root/shemov.pro
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-04-03 07:52:56 +0200
committerArno <arno@disconnect.de>2018-04-03 07:52:56 +0200
commitbac6fe431150bb5706fe0fb349e753b8fe08c12e (patch)
tree2841c2c8c3e8e33321855a0635f4b8f0d6891b46 /shemov.pro
parent2213d00d25b6b3127e33a0df63cae54d29748d06 (diff)
downloadSheMov-bac6fe431150bb5706fe0fb349e753b8fe08c12e.tar.gz
SheMov-bac6fe431150bb5706fe0fb349e753b8fe08c12e.tar.bz2
SheMov-bac6fe431150bb5706fe0fb349e753b8fe08c12e.zip
Good riddance Filesystem Widget!
Get rid of FilesystemWidget and helper classes. The SmDirWatcher was useful, once, I guess, nice to implement it by foot, but with the current workflow it isn't needed any more.
Diffstat (limited to 'shemov.pro')
-rw-r--r--shemov.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/shemov.pro b/shemov.pro
index 8414179..bce7b12 100644
--- a/shemov.pro
+++ b/shemov.pro
@@ -7,11 +7,7 @@ CONFIG -= release
QT += core gui widgets sql concurrent
DEFINES += QT_DEPRECATED_WARNINGS
SOURCES = main.cpp \
- filesystemdirproxy.cpp \
- filesystemwidget.cpp \
- fileview.cpp \
shemov.cpp \
- filesystemfileproxy.cpp \
helper.cpp \
shemoviconprovider.cpp \
configurationdialog.cpp \
@@ -35,8 +31,6 @@ SOURCES = main.cpp \
pictureswidget.cpp \
pictureviewer2.cpp \
picfilesmodel.cpp \
- smdirwatcher.cpp \
- smdirmodel.cpp \
smtreeview.cpp \
archivemodel.cpp \
archiveview.cpp \
@@ -53,11 +47,7 @@ SOURCES = main.cpp \
viewer.cpp \
fsview.cpp
HEADERS = \
- filesystemdirproxy.h \
- filesystemwidget.h \
- fileview.h \
shemov.h \
- filesystemfileproxy.h \
helper.h \
shemoviconprovider.h \
configurationdialog.h \
@@ -81,8 +71,6 @@ HEADERS = \
pictureswidget.h \
pictureviewer2.h \
picfilesmodel.h \
- smdirwatcher.h \
- smdirmodel.h \
smtreeview.h \
archivemodel.h \
archiveview.h \