diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 3b5706c6..581b4fd1 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -176,6 +176,8 @@ private Q_SLOTS: void openActionUrl(QAction *action); void openActionTab(QAction *action); + void populateUserAgentMenu(); + void enableNetworkAnalysis(bool); void setEditable(bool); |