mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Gratuitous whitespace changes
I keep trying to get to consistenct. Completely hopeless. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c7e7cebed6
commit
5ba573240f
48 changed files with 290 additions and 290 deletions
|
@ -4,18 +4,18 @@
|
|||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class DiveLogExportDialog;
|
||||
class DiveLogExportDialog;
|
||||
}
|
||||
|
||||
class DiveLogExportDialog : public QDialog
|
||||
{
|
||||
class DiveLogExportDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit DiveLogExportDialog(QWidget *parent = 0);
|
||||
~DiveLogExportDialog();
|
||||
|
||||
private slots:
|
||||
private
|
||||
slots:
|
||||
void on_buttonBox_accepted();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue