aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/lumina-fm.pro
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-02-24 12:32:00 -0500
committerKen Moore <ken@pcbsd.org>2015-02-24 12:32:00 -0500
commitbece1d27f3a650683aa1ee5efe27c0797193a19f (patch)
tree6df66a92a79d89b5983feca0f02888b0bf33d0d1 /lumina-fm/lumina-fm.pro
parentFinish up some little things in lumina-xconfig, and add it to the build/port. (diff)
downloadlumina-bece1d27f3a650683aa1ee5efe27c0797193a19f.tar.gz
lumina-bece1d27f3a650683aa1ee5efe27c0797193a19f.tar.bz2
lumina-bece1d27f3a650683aa1ee5efe27c0797193a19f.zip
Subclass the main QFileSystemModel to provide drag and drop support. This still appears to be able to "drop" items outside the window (for other applications) and has strange behavior in those cases (although non-critical - it does not change the filesystem in any way).
Diffstat (limited to 'lumina-fm/lumina-fm.pro')
-rw-r--r--lumina-fm/lumina-fm.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/lumina-fm/lumina-fm.pro b/lumina-fm/lumina-fm.pro
index 8f01a93c..53e2dd2d 100644
--- a/lumina-fm/lumina-fm.pro
+++ b/lumina-fm/lumina-fm.pro
@@ -24,7 +24,8 @@ HEADERS += MainUI.h \
FODialog.h \
BMMDialog.h \
MimeIconProvider.h \
- BackgroundWorker.h
+ BackgroundWorker.h \
+ DDFileSystemModel.h
FORMS += MainUI.ui \
FODialog.ui \
bgstack15