mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-27 11:05:15 -05:00
Sort script dropdown, minor fixes
This commit is contained in:
@@ -199,8 +199,6 @@ public:
|
||||
static QString getScriptFileExtension(bool usePoryScript);
|
||||
QString getScriptDefaultString(bool usePoryScript, QString mapName) const;
|
||||
QStringList getEventScriptsFilePaths() const;
|
||||
QCompleter *getEventScriptLabelCompleter(QStringList additionalScriptLabels);
|
||||
QStringList getGlobalScriptLabels();
|
||||
|
||||
QString getDefaultPrimaryTilesetLabel();
|
||||
QString getDefaultSecondaryTilesetLabel();
|
||||
@@ -251,9 +249,6 @@ private:
|
||||
static int default_map_size;
|
||||
static int max_object_events;
|
||||
|
||||
QStringListModel eventScriptLabelModel;
|
||||
QCompleter eventScriptLabelCompleter;
|
||||
|
||||
signals:
|
||||
void reloadProject();
|
||||
void uncheckMonitorFilesAction();
|
||||
|
||||
Reference in New Issue
Block a user