diff options
author | william os4y <william.os4y@gmail.com> | 2015-02-22 19:56:13 +0100 |
---|---|---|
committer | william os4y <william.os4y@gmail.com> | 2015-02-23 19:23:48 +0100 |
commit | dd2e7baadb28a60b8581c7cc61a04a7699a94cea (patch) | |
tree | b0e683209012e253481aefd469b4cb5d77b2952f /lumina-fm/MainUI.h | |
parent | Update the ROADMAP to 1.0.0-Release (diff) | |
download | lumina-dd2e7baadb28a60b8581c7cc61a04a7699a94cea.tar.gz lumina-dd2e7baadb28a60b8581c7cc61a04a7699a94cea.tar.bz2 lumina-dd2e7baadb28a60b8581c7cc61a04a7699a94cea.zip |
add "New file" on lumina-fm
Diffstat (limited to 'lumina-fm/MainUI.h')
-rw-r--r-- | lumina-fm/MainUI.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lumina-fm/MainUI.h b/lumina-fm/MainUI.h index ccc85f72..ba390cb0 100644 --- a/lumina-fm/MainUI.h +++ b/lumina-fm/MainUI.h @@ -157,7 +157,8 @@ private slots: void reloadDirectory(); //Update the widget with the dir contents void currentDirectoryLoaded(); //The file system model re-loaded the directory void on_tool_addToDir_clicked(); - void tabChanged(int tab); + void on_tool_addNewFile_clicked(); + void tabChanged(int tab); void tabClosed(int tab = -1); void prevTab(); void nextTab(); |