mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: divehare change slot names
change slot names from slot_* to *Slot Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
786b0db724
commit
aefe87112a
2 changed files with 12 additions and 12 deletions
|
|
@ -13,10 +13,10 @@ public:
|
|||
void doUpload(bool selected, const QString &uid, bool noPublic);
|
||||
|
||||
private slots:
|
||||
void slot_updateProgress(qint64 current, qint64 total);
|
||||
void slot_uploadFinished();
|
||||
void slot_uploadTimeout();
|
||||
void slot_uploadError(QNetworkReply::NetworkError error);
|
||||
void updateProgressSlot(qint64 current, qint64 total);
|
||||
void uploadFinishedSlot();
|
||||
void uploadTimeoutSlot();
|
||||
void uploadErrorSlot(QNetworkReply::NetworkError error);
|
||||
|
||||
signals:
|
||||
void uploadFinish(bool success, const QString &text, const QByteArray &html);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue