forked from qt-creator/qt-creator
VcsBase: Modernize headers
* Use pragma once * Use override * Remove Q_DECLARE_PRIVATE as that makes no sense for QtCreator Change-Id: Ic31d4868c172a0b8fcb50cc9a71a6e95639cf84c Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef VCSBASEGLOBAL_H
|
||||
#define VCSBASEGLOBAL_H
|
||||
#pragma once
|
||||
|
||||
#include <qglobal.h>
|
||||
|
||||
@@ -33,5 +32,3 @@
|
||||
#else
|
||||
# define VCSBASE_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
#endif // VCSBASEGLOBAL_H
|
||||
|
||||
Reference in New Issue
Block a user