equal
deleted
inserted
replaced
60 private: |
60 private: |
61 void createUncategorisedDestination(); |
61 void createUncategorisedDestination(); |
62 void fetchDestinations(QList<QSharedPointer<CmDestinationShim> > &destinationList); |
62 void fetchDestinations(QList<QSharedPointer<CmDestinationShim> > &destinationList); |
63 void loadBearerPlugins(); |
63 void loadBearerPlugins(); |
64 QString getDestinationAdditionalText(int iapCount); |
64 QString getDestinationAdditionalText(int iapCount); |
|
65 QString resolveDestinationIcon(QSharedPointer<CmDestinationShim> destination) const; |
65 |
66 |
66 private slots: |
67 private slots: |
67 |
68 |
68 private: // data |
69 private: // data |
69 |
70 |