aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/manager/wireshark_preference.cpp
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-01-05 18:09:51 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2018-01-05 17:12:33 +0000
commit5a5d9348b0c3aa7780afc588293233133a063636 (patch)
tree9433811ae31237f8792f26a40310bb49c4b408d3 /ui/qt/manager/wireshark_preference.cpp
parent3b64fc008f17d9a35120897f838874e821423bee (diff)
wireshark_preference.cpp: rework comments to please MSVC2015
Change-Id: Ic7a1f51df833e8aec7555f796e9a86f1d120cdc1 Reviewed-on: https://code.wireshark.org/review/25165 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'ui/qt/manager/wireshark_preference.cpp')
-rw-r--r--ui/qt/manager/wireshark_preference.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt/manager/wireshark_preference.cpp b/ui/qt/manager/wireshark_preference.cpp
index 323a703206..dad6d86e38 100644
--- a/ui/qt/manager/wireshark_preference.cpp
+++ b/ui/qt/manager/wireshark_preference.cpp
@@ -32,8 +32,8 @@ QWidget * WiresharkPreference::editor(QWidget * /*parent*/, const QStyleOptionVi
return Q_NULLPTR;
}
-void WiresharkPreference::setData(QWidget */*editor*/, const QModelIndex &/*index*/) {}
-void WiresharkPreference::setModelData(QWidget */*editor*/, QAbstractItemModel */*model*/, const QModelIndex &/*index*/) {}
+void WiresharkPreference::setData(QWidget * /*editor*/, const QModelIndex &/*index*/) {}
+void WiresharkPreference::setModelData(QWidget * /*editor*/, QAbstractItemModel * /*model*/, const QModelIndex &/*index*/) {}
void WiresharkPreference::setPrefsItem(PrefsItem * item)
{