mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 13:04:23 +00:00
Fix compilation error (Thanks Arnaud)
This commit is contained in:
parent
aca939f0ce
commit
87a744fcf6
@ -53,6 +53,9 @@ public:
|
|||||||
options_imp(QWidget *parent=0);
|
options_imp(QWidget *parent=0);
|
||||||
~options_imp();
|
~options_imp();
|
||||||
|
|
||||||
|
public slots:
|
||||||
|
void showConnectionTab();
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void status_changed() const;
|
void status_changed() const;
|
||||||
void exitWithCancel();
|
void exitWithCancel();
|
||||||
@ -78,7 +81,6 @@ private slots:
|
|||||||
void on_addScanFolderButton_clicked();
|
void on_addScanFolderButton_clicked();
|
||||||
void on_removeScanFolderButton_clicked();
|
void on_removeScanFolderButton_clicked();
|
||||||
void setLocale(const QString &locale);
|
void setLocale(const QString &locale);
|
||||||
void showConnectionTab();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Methods
|
// Methods
|
||||||
|
Loading…
x
Reference in New Issue
Block a user