diff options
author | Arno <arno@disconnect.de> | 2018-03-31 19:32:57 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-03-31 19:32:57 +0200 |
commit | 3dd5dbd7d66a21b8dd8bded05636252d7ef84cba (patch) | |
tree | 3ccc57044fc84cc63a750f50c5f837933ef76f57 /shemov.pro | |
parent | d4dae4ba8633ff8c58bbb4135850ddbd1dfa87a9 (diff) | |
download | SheMov-3dd5dbd7d66a21b8dd8bded05636252d7ef84cba.tar.gz SheMov-3dd5dbd7d66a21b8dd8bded05636252d7ef84cba.tar.bz2 SheMov-3dd5dbd7d66a21b8dd8bded05636252d7ef84cba.zip |
More sorting for FSWidget
Sort size and duration by their actual numbers instead of alphabetically
by the display string.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -48,7 +48,8 @@ SOURCES = main.cpp \ searchdialog.cpp \ copyworker.cpp \ randomtab.cpp \ - fswidget.cpp + fswidget.cpp \ + fsproxy.cpp HEADERS = \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -91,7 +92,8 @@ HEADERS = \ searchdialog.h \ copyworker.h \ randomtab.h \ - fswidget.h + fswidget.h \ + fsproxy.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc |