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

Commit

Permalink
Repository Module: replaced include guards with #pragma once
Browse files Browse the repository at this point in the history
  • Loading branch information
antis81 committed May 16, 2015
1 parent 50a82f4 commit 84989f0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Modules/Repository/CreateRepositoryDlg.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
*
*/

#ifndef CREATE_REPOSITORY_DLG_H
#define CREATE_REPOSITORY_DLG_H
#pragma once

#include "ui_CreateRepositoryDlg.h"

Expand All @@ -33,5 +32,3 @@ private slots:
void onBrowseHelper( const QString& directory );
void checkValid();
};

#endif

0 comments on commit 84989f0

Please sign in to comment.