mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-08 08:55:37 -05:00
use the custom combobox for all porymap comboboxes
This commit is contained in:
@@ -111,11 +111,11 @@ private slots:
|
||||
|
||||
void on_comboBox_ConnectionDirection_currentIndexChanged(const QString &arg1);
|
||||
void on_spinBox_ConnectionOffset_valueChanged(int offset);
|
||||
void on_comboBox_ConnectedMap_currentTextChanged(const QString &mapName);
|
||||
void on_comboBox_ConnectedMap_activated(const QString &mapName);
|
||||
void on_pushButton_AddConnection_clicked();
|
||||
void on_pushButton_RemoveConnection_clicked();
|
||||
void on_comboBox_DiveMap_currentTextChanged(const QString &mapName);
|
||||
void on_comboBox_EmergeMap_currentTextChanged(const QString &mapName);
|
||||
void on_comboBox_DiveMap_activated(const QString &mapName);
|
||||
void on_comboBox_EmergeMap_activated(const QString &mapName);
|
||||
void on_comboBox_PrimaryTileset_activated(const QString &arg1);
|
||||
void on_comboBox_SecondaryTileset_activated(const QString &arg1);
|
||||
void on_pushButton_clicked();
|
||||
|
||||
Reference in New Issue
Block a user