fix some warnings

This commit is contained in:
2020-09-08 15:13:05 +03:00
parent 3d5a86e215
commit d96c99f79d
11 changed files with 39 additions and 22 deletions

View File

@@ -44,6 +44,7 @@
#include <QStyledItemDelegate>
#include <QCheckBox>
#include <QDebug>
#include <QElapsedTimer>
#include "qpiconfig.h"
#include "qad_sql_table_export.h"
@@ -311,7 +312,7 @@ private:
QVector<int> column_indexes;
QStringList wait_rels;
QMenu popup_menu, popup_col, popup_filter;
QTime tm;
QElapsedTimer tm;
QActionGroup filters_group;
QAction * action_del;
QList<QAction*> add_actions;