diff options
author | Ken Moore <moorekou@gmail.com> | 2015-09-08 13:19:03 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-09-08 13:19:03 -0400 |
commit | 57909d892e0794b805851d88cdb0c2d2f0469e91 (patch) | |
tree | b5577e269384f0973d19a6154eeebb4cdefbb0e3 /lumina-fm/widgets/DirWidget.h | |
parent | Merge branch 'master' of github.com:pcbsd/lumina (diff) | |
download | lumina-57909d892e0794b805851d88cdb0c2d2f0469e91.tar.gz lumina-57909d892e0794b805851d88cdb0c2d2f0469e91.tar.bz2 lumina-57909d892e0794b805851d88cdb0c2d2f0469e91.zip |
Make sure that the removal verification dialog puts the list of items in the "detailed" text of the message box - otherwise it causes size issues if there are lots of items.
Diffstat (limited to 'lumina-fm/widgets/DirWidget.h')
-rw-r--r-- | lumina-fm/widgets/DirWidget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lumina-fm/widgets/DirWidget.h b/lumina-fm/widgets/DirWidget.h index a7fe3cc3..2c971fd8 100644 --- a/lumina-fm/widgets/DirWidget.h +++ b/lumina-fm/widgets/DirWidget.h @@ -123,8 +123,6 @@ private slots: void fileCheckSums(); void fileProperties(); void openTerminal(); - void NewFile(); - void NewDir(); //Browser Functions |