UI: Add pragma once to ScreenshotObj header

Makes sure header is only included once preventing code clashes.
This commit is contained in:
cg2121 2024-06-18 15:41:07 -05:00
parent fb3e571ce8
commit 4dd30d6b15

View file

@ -15,6 +15,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
#pragma once
#include <QObject>
#include <string>
#include <thread>