15 #include <QScopedPointer>
16 #include <QSharedPointer>
18 class test_ReleaseInformationModel;
28 friend class ::test_ReleaseInformationModel;
35 QScopedPointer<ReleaseInformation> mReleaseInformationCurrent;
36 QScopedPointer<ReleaseInformation> mReleaseInformationUpdate;
37 QSharedPointer<FormattedTextModel> mFallbackModel;
38 QSharedPointer<FormattedTextModel> mModelCurrent;
39 QSharedPointer<FormattedTextModel> mModelUpdate;
42 QSharedPointer<FormattedTextModel> createModel(
const ReleaseInformation& pInformation)
const;
45 void onLanguageChanged();
46 void onCurrentChanged();
47 void onUpdateChanged();
48 void onAppcastCheckFinished(
bool pUpdateAvailable,
const GlobalStatus& pStatus);
Definition: GlobalStatus.h:20
Definition: VersionNumber.h:15
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15