1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-05-24 11:12:27 -04:00

atvmodsource.h comment typo

This commit is contained in:
CRD716 2022-10-27 21:51:58 -05:00 committed by GitHub
parent 9ad30bf040
commit 71df197196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,7 +208,7 @@ private:
bool m_videoOK; bool m_videoOK;
std::vector<ATVCamera> m_cameras; //!< vector of available cameras std::vector<ATVCamera> m_cameras; //!< vector of available cameras
int m_cameraIndex; //!< curent camera index in list of available cameras int m_cameraIndex; //!< current camera index in list of available cameras
std::string m_overlayText; std::string m_overlayText;
QString m_imageFileName; QString m_imageFileName;