mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix warnings
Also, disable Facebook temporarely since I'm removing the preferences widget in a few commits. Facebook will have to change to use a new way of connection that I'm still creating. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f682a2e6ac
commit
c1b2907071
3 changed files with 7 additions and 3 deletions
|
@ -142,6 +142,8 @@ void PreferencesDialog::buttonClicked(QAbstractButton *button)
|
|||
}
|
||||
#undef SB
|
||||
|
||||
#if 0
|
||||
// TODO: Copy this later.
|
||||
void PreferencesDialog::on_resetSettings_clicked()
|
||||
{
|
||||
QSettings s;
|
||||
|
@ -163,6 +165,7 @@ void PreferencesDialog::on_resetSettings_clicked()
|
|||
close();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
void PreferencesDialog::emitSettingsChanged()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue