Skip to content

Commit

Permalink
Remove slot on methods called statically
Browse files Browse the repository at this point in the history
  • Loading branch information
pvuorela committed Jul 7, 2015
1 parent 45fd0a6 commit 35ad1f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions connd/qconnectionagent.h
Expand Up @@ -113,6 +113,8 @@ public Q_SLOTS:
};

explicit QConnectionAgent(QObject *parent = 0);
void setup();
void updateServices();
bool isStateOnline(const QString &state);
bool isBestService(NetworkService *service);
QString findBestConnectableService();
Expand Down Expand Up @@ -145,14 +147,12 @@ public Q_SLOTS:

private slots:
void onScanFinished();
void updateServices();

void serviceErrorChanged(const QString &error);
void serviceStateChanged(const QString &state);
void networkStateChanged(const QString &state);

void connmanAvailabilityChanged(bool b);
void setup();
void servicesError(const QString &);
void technologyPowerChanged(bool);
void browserRequest(const QString &servicePath, const QString &url);
Expand Down

0 comments on commit 35ad1f4

Please sign in to comment.