mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-25 10:05:46 -05:00
clean up timing functions
This commit is contained in:
31571
include/lib/simdjson.h
31571
include/lib/simdjson.h
File diff suppressed because it is too large
Load Diff
@@ -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 {
|
||||
|
||||
@@ -39,7 +39,7 @@ private:
|
||||
int numRows = 0;
|
||||
int numCols = 0;
|
||||
|
||||
QList<int> slotRatios;
|
||||
QVector<int> slotRatios;
|
||||
QList<QString> groupNames;
|
||||
QList<double> slotPercentages;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user