This commit is contained in:
doitux
2007-05-13 15:08:10 +00:00
parent 6d673793be
commit b4975dbea3
8 changed files with 62 additions and 33 deletions
@@ -31,6 +31,8 @@ class settingsDialogImpl: public QDialog, public Ui::settingsDialog {
Q_OBJECT
public:
settingsDialogImpl(QWidget *parent = 0, ConfigFile *c = 0);
void exec();
void setPlayerNickIsChanged(bool theValue){ playerNickIsChanged = theValue;}
bool getPlayerNickIsChanged() const{ return playerNickIsChanged;}