Code clean, and code style error fix.
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
//
|
||||
|
||||
#include "AccountRoleComboDelegate.h"
|
||||
#include <QComboBox>
|
||||
#include <QPainter>
|
||||
#include <QStyleOptionViewItem>
|
||||
#include "db/SQLHelper.h"
|
||||
AccountRoleComboDelegate::AccountRoleComboDelegate(QWidget *parent):QItemDelegate(parent) {
|
||||
SQLHelper::QueryMap("select RoleID,RoleName from Role",map);
|
||||
|
||||
Reference in New Issue
Block a user