summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/diveshareexportdialog.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-27 11:05:38 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-27 11:07:20 -0700
commit5a4485b63b944a0030c1020afc44d753d0e32078 (patch)
tree032e21b2f026f58dd5b684b62bbeeec93408cb18 /desktop-widgets/diveshareexportdialog.h
parent38e24512b74dcfb0f473fe0c8003c66e99354409 (diff)
downloadsubsurface-5a4485b63b944a0030c1020afc44d753d0e32078.tar.gz
Random whitespace cleanup
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/diveshareexportdialog.h')
-rw-r--r--desktop-widgets/diveshareexportdialog.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/desktop-widgets/diveshareexportdialog.h b/desktop-widgets/diveshareexportdialog.h
index 8384ea3c2..4fd13781a 100644
--- a/desktop-widgets/diveshareexportdialog.h
+++ b/desktop-widgets/diveshareexportdialog.h
@@ -15,21 +15,21 @@ class DiveShareExportDialog;
class DiveShareExportDialog : public QDialog
{
- Q_OBJECT
+ Q_OBJECT
public:
- explicit DiveShareExportDialog(QWidget *parent = 0);
- ~DiveShareExportDialog();
- static DiveShareExportDialog *instance();
- void prepareDivesForUpload(bool);
+ explicit DiveShareExportDialog(QWidget *parent = 0);
+ ~DiveShareExportDialog();
+ static DiveShareExportDialog *instance();
+ void prepareDivesForUpload(bool);
private:
- Ui::DiveShareExportDialog *ui;
- bool exportSelected;
- QNetworkReply *reply;
+ Ui::DiveShareExportDialog *ui;
+ bool exportSelected;
+ QNetworkReply *reply;
private
slots:
- void UIDFromBrowser();
- void doUpload();
- void finishedSlot();
+ void UIDFromBrowser();
+ void doUpload();
+ void finishedSlot();
};
#endif // DIVESHAREEXPORTDIALOG_H