mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
desktop-widgets: diveDiveShareExportDialog add signal handling
connect signals from uploadDiveShare and remove reply variable Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
fc740f6369
commit
91e0ee9d9b
2 changed files with 14 additions and 10 deletions
|
@ -24,12 +24,11 @@ public:
|
|||
private:
|
||||
Ui::DiveShareExportDialog *ui;
|
||||
bool exportSelected;
|
||||
QNetworkReply *reply;
|
||||
private
|
||||
slots:
|
||||
void UIDFromBrowser();
|
||||
void doUpload();
|
||||
void finishedSlot();
|
||||
void finishedSlot(bool, const QString &, const QByteArray &);
|
||||
};
|
||||
|
||||
#endif // DIVESHAREEXPORTDIALOG_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue