diff options
author | Ken Moore <moorekou@gmail.com> | 2016-02-02 08:41:52 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-02-02 08:41:52 -0500 |
commit | b0076b4ea912e417f7c12dd87733493b566f70cb (patch) | |
tree | d85446d6f3a471ed49fccb74cedc95dfa3c8fe92 /lumina-fm/widgets/DirWidget.h | |
parent | Add a few more built-in Qt paths to the OS-detect file, and commit a bit more... (diff) | |
parent | Merge pull request #177 from codersean/master (diff) | |
download | lumina-b0076b4ea912e417f7c12dd87733493b566f70cb.tar.gz lumina-b0076b4ea912e417f7c12dd87733493b566f70cb.tar.bz2 lumina-b0076b4ea912e417f7c12dd87733493b566f70cb.zip |
Merge branch 'master' of github.com:pcbsd/lumina
Diffstat (limited to 'lumina-fm/widgets/DirWidget.h')
-rw-r--r-- | lumina-fm/widgets/DirWidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lumina-fm/widgets/DirWidget.h b/lumina-fm/widgets/DirWidget.h index 70936b97..75003681 100644 --- a/lumina-fm/widgets/DirWidget.h +++ b/lumina-fm/widgets/DirWidget.h @@ -72,6 +72,7 @@ public slots: void UpdateButtons(); //Keyboard Shortcuts triggered + void TryRenameSelection(); void TryCutSelection(); void TryCopySelection(); void TryPasteSelection(); |