1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 04:09:42 +00:00

Added ability to get the previous profile when a new one is selected

This commit is contained in:
Pieter van der Kloet 2011-04-25 06:08:05 +02:00
parent 04bc42a5c7
commit 84ee3b585c

View file

@ -30,11 +30,7 @@ public slots:
void masterSelectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
void setCheckstate(QModelIndex index);
void resizeRows();
<<<<<<< HEAD
void profileChanged(const QString &current, const QString &previous);
=======
void profileChanged(const QString &profile);
>>>>>>> 766e3f6... Added combobox slot for changing the profile
private:
QTableWidget *mMastersWidget;