Compare commits

...

2 commits

Author SHA1 Message Date
Clayton Groeneveld b5c47979d1
Merge 4dd30d6b15 into 6cc0e2b803 2024-06-26 11:38:28 +08:00
cg2121 4dd30d6b15 UI: Add pragma once to ScreenshotObj header
Makes sure header is only included once preventing code clashes.
2024-06-18 15:41:07 -05:00

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>