Remove all "Created by"
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Krad on 2021/10/11.
|
||||
//
|
||||
|
||||
#include "CenterAlignSqlTableModel.h"
|
||||
QVariant CenterAlignSqlTableModel::data(const QModelIndex &index, int role) const {
|
||||
if (index.column() > 0 && role == Qt::TextAlignmentRole) {
|
||||
|
||||
Reference in New Issue
Block a user