15 #include <QScopedPointer>
16 #include <QSharedPointer>
18 class test_ReleaseInformationModel;
28 friend class ::test_ReleaseInformationModel;
35 QSharedPointer<FormattedTextModel> mFallbackModel;
36 QSharedPointer<FormattedTextModel> mModelCurrent;
37 QSharedPointer<FormattedTextModel> mModelUpdate;
40 QSharedPointer<FormattedTextModel> createModel(
const ReleaseInformation& pInformation)
const;
43 void onCurrentChanged();
44 void onUpdateChanged();
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15