summaryrefslogtreecommitdiff
path: root/ui/qt/import_text_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-12-05 19:04:59 +0000
committerGerald Combs <gerald@wireshark.org>2012-12-05 19:04:59 +0000
commit874c87610b102dd72e35b9b80c9ecbc171e2c117 (patch)
tree18af69aa9107cd57cde969c561bf64a1d031d7d4 /ui/qt/import_text_dialog.h
parenta85be64367891999c599e97fb894258d6472f14b (diff)
downloadwireshark-874c87610b102dd72e35b9b80c9ecbc171e2c117.tar.gz
Fix some C++ abuses that Guy found via LLVM.
svn path=/trunk/; revision=46408
Diffstat (limited to 'ui/qt/import_text_dialog.h')
-rw-r--r--ui/qt/import_text_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/import_text_dialog.h b/ui/qt/import_text_dialog.h
index b2c35839ae..957c91f2a4 100644
--- a/ui/qt/import_text_dialog.h
+++ b/ui/qt/import_text_dialog.h
@@ -64,7 +64,7 @@ private:
QString capfile_name_;
public slots:
- void exec();
+ int exec();
private slots:
void on_textFileBrowseButton_clicked();