enable RSS, Search and Execution Log widgets before switching to them via hotkeys

This commit is contained in:
thalieht
2017-01-26 21:01:19 +02:00
committed by sledgehammer999
parent c1a66dad51
commit 78b1194da1
2 changed files with 24 additions and 12 deletions

View File

@@ -124,9 +124,9 @@ private slots:
// Keyboard shortcuts
void createKeyboardShortcuts();
void displayTransferTab() const;
void displaySearchTab() const;
void displayRSSTab() const;
void displayExecutionLogTab() const;
void displaySearchTab();
void displayRSSTab();
void displayExecutionLogTab();
void focusSearchFilter();
void updateGUI();
void loadPreferences(bool configureSession = true);