Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sort private methods and member variables
  • Loading branch information
pvuorela committed Jul 7, 2015
1 parent df0a9c7 commit e376bba
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions connd/qconnectionagent.h
Expand Up @@ -115,6 +115,11 @@ public Q_SLOTS:
};

explicit QConnectionAgent(QObject *parent = 0);
bool isStateOnline(const QString &state);
bool isBestService(NetworkService *service);
QString findBestConnectableService();
void removeAllTypes(const QString &type);

static QConnectionAgent *self;
ConnAdaptor *connectionAdaptor;
UserAgent *ua;
Expand All @@ -130,7 +135,6 @@ public Q_SLOTS:
bool isEthernet;
bool connmanAvailable;

bool isStateOnline(const QString &state);
QOfonoConnectionContext *oContext;
NetworkTechnology *tetheringWifiTech;
bool tetheringEnabled;
Expand All @@ -140,9 +144,6 @@ public Q_SLOTS:

QTimer *scanTimer;
QStringList knownTechnologies;
bool isBestService(NetworkService *service);
QString findBestConnectableService();
void removeAllTypes(const QString &type);
bool tetheringStarted;
bool delayedTethering;

Expand Down

0 comments on commit e376bba

Please sign in to comment.