Fix compile.
This commit is contained in:
parent
475ab5e0bf
commit
9a8f418377
2 changed files with 4 additions and 0 deletions
|
@ -141,6 +141,7 @@ void FormUpdate::startUpdate() {
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(Q_OS_WIN) || defined(Q_OS_OS2)
|
||||||
void FormUpdate::finish(QNetworkReply::NetworkError err, QByteArray arr)
|
void FormUpdate::finish(QNetworkReply::NetworkError err, QByteArray arr)
|
||||||
{
|
{
|
||||||
// TODO: presunou do updatera.
|
// TODO: presunou do updatera.
|
||||||
|
@ -185,3 +186,4 @@ void FormUpdate::finish(QNetworkReply::NetworkError err, QByteArray arr)
|
||||||
// TODO: chyba - nelze ulozit soubor.
|
// TODO: chyba - nelze ulozit soubor.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
|
@ -47,7 +47,9 @@ class FormUpdate : public QDialog {
|
||||||
void checkForUpdates();
|
void checkForUpdates();
|
||||||
void startUpdate();
|
void startUpdate();
|
||||||
|
|
||||||
|
#if defined(Q_OS_WIN) || defined(Q_OS_OS2)
|
||||||
void finish(QNetworkReply::NetworkError err, QByteArray arr);
|
void finish(QNetworkReply::NetworkError err, QByteArray arr);
|
||||||
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::FormUpdate *m_ui;
|
Ui::FormUpdate *m_ui;
|
||||||
|
|
Loading…
Add table
Reference in a new issue