Mercurial > hg > octave-nkf
comparison libgui/src/settings-dialog.cc @ 15367:501a9cc2c68f
maint: whitespace cleanup in GUI code
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Wed, 12 Sep 2012 16:34:39 -0400 |
parents | 842ab161c10a |
children | 36ececf69385 |
comparison
equal
deleted
inserted
replaced
15366:d4e3f29aa499 | 15367:501a9cc2c68f |
---|---|
28 #include "settings-dialog.h" | 28 #include "settings-dialog.h" |
29 #include "ui-settings-dialog.h" | 29 #include "ui-settings-dialog.h" |
30 #include <QSettings> | 30 #include <QSettings> |
31 | 31 |
32 settings_dialog::settings_dialog (QWidget * parent): | 32 settings_dialog::settings_dialog (QWidget * parent): |
33 QDialog (parent), ui (new Ui::settings_dialog) | 33 QDialog (parent), ui (new Ui::settings_dialog) |
34 { | 34 { |
35 ui->setupUi (this); | 35 ui->setupUi (this); |
36 | 36 |
37 QSettings *settings = resource_manager::get_settings (); | 37 QSettings *settings = resource_manager::get_settings (); |
38 | 38 |