Skip to content

Commit

Permalink
UI: Add pragma once to ScreenshotObj header
Browse files Browse the repository at this point in the history
Makes sure header is only included once preventing code clashes.
  • Loading branch information
cg2121 authored and WizardCM committed Aug 10, 2024
1 parent 83528fb commit 0306eff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UI/screenshot-obj.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/

#pragma once

#include <QObject>
#include <string>
#include <thread>
Expand Down

0 comments on commit 0306eff

Please sign in to comment.