Getting ready to revamp the settings dialog and stuff. We will no longer make
[quassel.git] / src / qtui / settingsdlg.cpp
index 9d9d4e6..bb6521c 100644 (file)
@@ -31,6 +31,7 @@ SettingsDlg::SettingsDlg(QWidget *parent) : QDialog(parent) {
   connect(ui.buttonBox, SIGNAL(clicked(QAbstractButton *)), this, SLOT(buttonClicked(QAbstractButton *)));
 }
 
   connect(ui.buttonBox, SIGNAL(clicked(QAbstractButton *)), this, SLOT(buttonClicked(QAbstractButton *)));
 }
 
+/*
 void SettingsDlg::registerSettingsPage(SettingsPage *sp) {
   QWidget *w = sp->widget();
   w->setParent(this);
 void SettingsDlg::registerSettingsPage(SettingsPage *sp) {
   QWidget *w = sp->widget();
   w->setParent(this);
@@ -87,3 +88,4 @@ void SettingsDlg::applyChanges() {
   //SettingsInterface *sp = qobject_cast<SettingsInterface *>(ui.settingsStack->currentWidget());
   //if(sp) sp->applyChanges();
 }
   //SettingsInterface *sp = qobject_cast<SettingsInterface *>(ui.settingsStack->currentWidget());
   //if(sp) sp->applyChanges();
 }
+*/