aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perforce/perforcesubmiteditor.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-10 14:14:06 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-10 13:32:50 +0000
commit8b46136b60f30e2cdbd64bcfc62db47bc077f2a6 (patch)
tree01fa13203f59b7a2d4cb48a48fbd23bc5ee8d6f1 /src/plugins/perforce/perforcesubmiteditor.h
parent84f2875f6d410588bd01f1d3a573b1ec0f02ef3c (diff)
Perforce: Modernize
* use pragma once * remove debug code * Remove some "slots" * Use Qt5 style connects (almost everywhere) Change-Id: Iaa9c3bbacbb2be3c96502c52cc169ad4ec7015a5 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/perforce/perforcesubmiteditor.h')
-rw-r--r--src/plugins/perforce/perforcesubmiteditor.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/perforce/perforcesubmiteditor.h b/src/plugins/perforce/perforcesubmiteditor.h
index 33b2171903..cff9b05bc7 100644
--- a/src/plugins/perforce/perforcesubmiteditor.h
+++ b/src/plugins/perforce/perforcesubmiteditor.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef PERFORCESUBMITEDITOR_H
-#define PERFORCESUBMITEDITOR_H
+#pragma once
#include <vcsbase/vcsbasesubmiteditor.h>
@@ -75,5 +74,3 @@ private:
} // namespace Internal
} // namespace Perforce
-
-#endif // PERFORCESUBMITEDITOR_H