clean up timing functions

This commit is contained in:
garak
2023-01-14 23:17:23 -05:00
committed by t
parent 23d790cc4a
commit f4e7eb3e49
4 changed files with 1 additions and 31692 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -390,14 +390,6 @@ private:
QObjectList shortcutableObjects() const;
void addCustomHeaderValue(QString key, QJsonValue value, bool isNew = false);
int insertTilesetLabel(QStringList * list, QString label);
// TODO: remove
void runSpeedTest();
struct SpeedTestStruct {
qint64 openProject;
qint64 setMap;
qint64 saveAll;
};
};
enum MapListUserRoles {

View File

@@ -39,7 +39,7 @@ private:
int numRows = 0;
int numCols = 0;
QList<int> slotRatios;
QVector<int> slotRatios;
QList<QString> groupNames;
QList<double> slotPercentages;