mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 00:48:22 -04:00
Fix include guard.
This commit is contained in:
parent
20d5a37fef
commit
299d4caae5
1 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,8 @@
|
|||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef PAGEPLUGIN_H
|
||||
#define PAGEPLUGIN_H
|
||||
#ifndef VIEWSTEP_H
|
||||
#define VIEWSTEP_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
|
@ -56,4 +56,4 @@ signals:
|
|||
|
||||
Q_DECLARE_INTERFACE( Calamares::ViewStep, "calamares.ViewModule/1.0" )
|
||||
|
||||
#endif // PAGEPLUGIN_H
|
||||
#endif // VIEWSTEP_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue