Remove all "Created by"

This commit is contained in:
chenhuijun
2024-04-25 17:01:02 +08:00
parent 83fd666026
commit d304829763
81 changed files with 0 additions and 327 deletions

View File

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