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>
This commit is contained in:
Pascal Quantin 2018-01-05 18:09:51 +01:00
parent 3b64fc008f
commit 5a5d9348b0
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{