Skip to content

Commit

Permalink
PrintProgressDialog: Fix #endif location of include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
dl3sdo authored and dg0yt committed Aug 2, 2024
1 parent dc02350 commit f5ae5c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/gui/print_progress_dialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

#ifdef QT_PRINTSUPPORT_LIB

#ifndef OPENORIENTEERING_PRINT_WIDGET_P_H
#define OPENORIENTEERING_PRINT_WIDGET_P_H
#ifndef OPENORIENTEERING_PRINT_PROGRESS_DIALOG_H
#define OPENORIENTEERING_PRINT_PROGRESS_DIALOG_H

#include <Qt>
#include <QObject>
Expand Down Expand Up @@ -86,9 +86,9 @@ protected slots:
MapPrinter* const map_printer;
};

#endif


} // namespace OpenOrienteering

#endif // OPENORIENTEERING_PRINT_PROGRESS_DIALOG_H

#endif // QT_PRINTSUPPORT_LIB

0 comments on commit f5ae5c6

Please sign in to comment.