mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-29 16:36:43 +00:00
Added combobox slot for changing the profile
This commit is contained in:
parent
274bce22c3
commit
04bc42a5c7
1 changed files with 4 additions and 0 deletions
|
@ -30,7 +30,11 @@ public slots:
|
||||||
void masterSelectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
|
void masterSelectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
|
||||||
void setCheckstate(QModelIndex index);
|
void setCheckstate(QModelIndex index);
|
||||||
void resizeRows();
|
void resizeRows();
|
||||||
|
<<<<<<< HEAD
|
||||||
void profileChanged(const QString ¤t, const QString &previous);
|
void profileChanged(const QString ¤t, const QString &previous);
|
||||||
|
=======
|
||||||
|
void profileChanged(const QString &profile);
|
||||||
|
>>>>>>> 766e3f6... Added combobox slot for changing the profile
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QTableWidget *mMastersWidget;
|
QTableWidget *mMastersWidget;
|
||||||
|
|
Loading…
Reference in a new issue