Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 84989f0

Browse files
committed
Repository Module: replaced include guards with #pragma once
1 parent 50a82f4 commit 84989f0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Modules/Repository/CreateRepositoryDlg.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
*
1515
*/
1616

17-
#ifndef CREATE_REPOSITORY_DLG_H
18-
#define CREATE_REPOSITORY_DLG_H
17+
#pragma once
1918

2019
#include "ui_CreateRepositoryDlg.h"
2120

@@ -33,5 +32,3 @@ private slots:
3332
void onBrowseHelper( const QString& directory );
3433
void checkValid();
3534
};
36-
37-
#endif

0 commit comments

Comments
 (0)