Reduce the scope of variables

Those variables should have local scope, not class scope.
We are using it only inside of pickDump/LogFile metohds.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2017-05-19 11:29:03 +02:00 committed by Dirk Hohndel
parent 09904ddff5
commit c370b876b2
2 changed files with 6 additions and 9 deletions

View file

@ -68,8 +68,6 @@ private:
QStringListModel *vendorModel;
QStringListModel *productModel;
void fill_device_list(int dc_type);
QString logFile;
QString dumpFile;
QTimer *timer;
bool dumpWarningShown;
OstcFirmwareCheck *ostcFirmwareCheck;