mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Random whitespace cleanup
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
38e24512b7
commit
5a4485b63b
4 changed files with 20 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue