Subversion Repositories tpanel

Rev

Rev 418 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 418 Rev 437
Line 390... Line 390...
390
        Qt::ScreenOrientation mOrientation{Qt::PrimaryOrientation};
390
        Qt::ScreenOrientation mOrientation{Qt::PrimaryOrientation};
391
        QOrientationSensor *mSensor{nullptr};   // Basic sensor for orientation
391
        QOrientationSensor *mSensor{nullptr};   // Basic sensor for orientation
392
        QMediaPlayer *mMediaPlayer{nullptr};// Class to play sound files.
392
        QMediaPlayer *mMediaPlayer{nullptr};// Class to play sound files.
393
        TQtWait *mWaitBox{nullptr};         // This is a wait dialog.
393
        TQtWait *mWaitBox{nullptr};         // This is a wait dialog.
394
        TQGestureFilter *mGestureFilter{nullptr};   // This handles the pinch and swipe gestures
394
        TQGestureFilter *mGestureFilter{nullptr};   // This handles the pinch and swipe gestures
-
 
395
        std::atomic<bool>mRunRedraw{false};
395
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
396
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
396
        QGeoPositionInfoSource *mSource{nullptr};   // The geo location is used on IOS to keep app running in background
397
        QGeoPositionInfoSource *mSource{nullptr};   // The geo location is used on IOS to keep app running in background
397
        QAudioOutput *mAudioOutput{nullptr};
398
        QAudioOutput *mAudioOutput{nullptr};
398
#endif
399
#endif
399
#ifdef Q_OS_IOS
400
#ifdef Q_OS_IOS