diff options
author | wi <william.os4y@gmail.com> | 2015-04-14 21:41:27 +0200 |
---|---|---|
committer | wi <william.os4y@gmail.com> | 2015-04-14 21:41:27 +0200 |
commit | 80cb880052d65dc854275218eda17c276f497111 (patch) | |
tree | 612a12581f982769efe4cc0b949305dcff7f58ba /lumina-open/LFileDialog.h | |
parent | Merge remote-tracking branch 'upstream/master' into deskEditor (diff) | |
parent | Add the ability for lumina-open to be able to offer recommendations on web br... (diff) | |
download | lumina-80cb880052d65dc854275218eda17c276f497111.tar.gz lumina-80cb880052d65dc854275218eda17c276f497111.tar.bz2 lumina-80cb880052d65dc854275218eda17c276f497111.zip |
Merge remote-tracking branch 'upstream/master' into deskEditor
Diffstat (limited to 'lumina-open/LFileDialog.h')
-rw-r--r-- | lumina-open/LFileDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-open/LFileDialog.h b/lumina-open/LFileDialog.h index eaed3625..96016cf2 100644 --- a/lumina-open/LFileDialog.h +++ b/lumina-open/LFileDialog.h @@ -61,7 +61,7 @@ private: private slots: void updateUI(); - void generateAppList(); + void generateAppList(bool shownetwork = false); //Internal UI slots void radioChanged(); //void on_group_binary_toggled(bool checked); |