mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: fix deprecated QFlags use
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
484a50b6a8
commit
f871b8dfac
12 changed files with 18 additions and 18 deletions
|
|
@ -16,7 +16,7 @@ class QHttpMultiPart;
|
|||
class WebServices : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit WebServices(QWidget *parent = 0, Qt::WindowFlags f = 0);
|
||||
explicit WebServices(QWidget *parent = 0);
|
||||
void hidePassword();
|
||||
void hideUpload();
|
||||
void hideDownload();
|
||||
|
|
@ -66,7 +66,7 @@ slots:
|
|||
void uploadStatus(const QString &text);
|
||||
|
||||
private:
|
||||
explicit DivelogsDeWebServices(QWidget *parent = 0, Qt::WindowFlags f = 0);
|
||||
explicit DivelogsDeWebServices(QWidget *parent = 0);
|
||||
void setStatusText(int status);
|
||||
void download_dialog_traverse_xml(xmlNodePtr node, unsigned int *download_status);
|
||||
unsigned int download_dialog_parse_response(const QByteArray &length);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue