fix
This commit is contained in:
parent
27f125758f
commit
06be552dad
@ -1175,7 +1175,7 @@ class AreaData : public QObject
|
|||||||
/**
|
/**
|
||||||
* @brief The state of the testimony recording / playback in the area.
|
* @brief The state of the testimony recording / playback in the area.
|
||||||
*/
|
*/
|
||||||
TestimonyRecording m_testimonyRecording;
|
TestimonyRecording m_testimonyRecording = TestimonyRecording::STOPPED;
|
||||||
|
|
||||||
QVector<QStringList> m_testimony; //!< Vector of all statements saved. Index 0 is always the title of the testimony.
|
QVector<QStringList> m_testimony; //!< Vector of all statements saved. Index 0 is always the title of the testimony.
|
||||||
int m_statement; //!< Keeps track of the currently played statement.
|
int m_statement; //!< Keeps track of the currently played statement.
|
||||||
|
Loading…
Reference in New Issue
Block a user