equal
deleted
inserted
replaced
59 |
59 |
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(QSharedPointer<CmDestinationShim> destination); |
|
65 QString getDestinationAdditionalText(int destinationId); |
65 QString resolveDestinationIcon(QSharedPointer<CmDestinationShim> destination) const; |
66 QString resolveDestinationIcon(QSharedPointer<CmDestinationShim> destination) const; |
66 |
67 |
67 private slots: |
68 private slots: |
68 |
69 |
69 private: // data |
70 private: // data |