diff options
author | hjk <[email protected]> | 2008-12-02 14:20:25 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2008-12-02 14:20:25 +0100 |
commit | ab83dcd87cd36f3d6b492f0477094342216c18f5 (patch) | |
tree | 71c75a3a00aa6129d742cd3b897eadd53e7a72d7 /src/plugins/git | |
parent | 8a43d9b9f30e66ec805c57d386c4dd90d6c03c4b (diff) |
off-by-one in headers
Diffstat (limited to 'src/plugins/git')
-rw-r--r-- | src/plugins/git/annotationhighlighter.cpp | 1 | ||||
-rw-r--r-- | src/plugins/git/annotationhighlighter.h | 1 | ||||
-rw-r--r-- | src/plugins/git/changeselectiondialog.cpp | 1 | ||||
-rw-r--r-- | src/plugins/git/changeselectiondialog.h | 1 | ||||
-rw-r--r-- | src/plugins/git/commitdata.cpp | 1 | ||||
-rw-r--r-- | src/plugins/git/commitdata.h | 1 | ||||
-rw-r--r-- | src/plugins/git/gitclient.cpp | 1 | ||||
-rw-r--r-- | src/plugins/git/gitclient.h | 1 | ||||
-rw-r--r-- | src/plugins/git/gitconstants.h | 1 | ||||
-rw-r--r-- | src/plugins/git/giteditor.cpp | 1 | ||||
-rw-r--r-- | src/plugins/git/giteditor.h | 1 | ||||
-rw-r--r-- | src/plugins/git/gitoutputwindow.cpp | 1 | ||||
-rw-r--r-- | src/plugins/git/gitoutputwindow.h | 1 | ||||
-rw-r--r-- | src/plugins/git/gitplugin.cpp | 1 | ||||
-rw-r--r-- | src/plugins/git/gitplugin.h | 1 | ||||
-rw-r--r-- | src/plugins/git/gitsubmiteditor.cpp | 1 | ||||
-rw-r--r-- | src/plugins/git/gitsubmiteditor.h | 1 | ||||
-rw-r--r-- | src/plugins/git/gitsubmiteditorwidget.cpp | 1 | ||||
-rw-r--r-- | src/plugins/git/gitsubmiteditorwidget.h | 1 | ||||
-rw-r--r-- | src/plugins/git/settingspage.cpp | 1 | ||||
-rw-r--r-- | src/plugins/git/settingspage.h | 1 |
21 files changed, 0 insertions, 21 deletions
diff --git a/src/plugins/git/annotationhighlighter.cpp b/src/plugins/git/annotationhighlighter.cpp index 46f3b060355..a1436b93ef8 100644 --- a/src/plugins/git/annotationhighlighter.cpp +++ b/src/plugins/git/annotationhighlighter.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "annotationhighlighter.h" #include <QtCore/QDebug> diff --git a/src/plugins/git/annotationhighlighter.h b/src/plugins/git/annotationhighlighter.h index cd6cb91dd4e..f1cfed9db62 100644 --- a/src/plugins/git/annotationhighlighter.h +++ b/src/plugins/git/annotationhighlighter.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef ANNOTATIONHIGHLIGHTER_H #define ANNOTATIONHIGHLIGHTER_H diff --git a/src/plugins/git/changeselectiondialog.cpp b/src/plugins/git/changeselectiondialog.cpp index c9cc3ba73b0..94b55cebd4c 100644 --- a/src/plugins/git/changeselectiondialog.cpp +++ b/src/plugins/git/changeselectiondialog.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "changeselectiondialog.h" #include <QtGui/QFileDialog> diff --git a/src/plugins/git/changeselectiondialog.h b/src/plugins/git/changeselectiondialog.h index 7cfb14704b2..ee47f7a828b 100644 --- a/src/plugins/git/changeselectiondialog.h +++ b/src/plugins/git/changeselectiondialog.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef CHANGESELECTIONDIALOG_H #define CHANGESELECTIONDIALOG_H diff --git a/src/plugins/git/commitdata.cpp b/src/plugins/git/commitdata.cpp index 4337196e8b5..b1d01313772 100644 --- a/src/plugins/git/commitdata.cpp +++ b/src/plugins/git/commitdata.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "commitdata.h" #include <QtCore/QDebug> diff --git a/src/plugins/git/commitdata.h b/src/plugins/git/commitdata.h index 489f7aa6e5f..1a6d4c04f20 100644 --- a/src/plugins/git/commitdata.h +++ b/src/plugins/git/commitdata.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef COMMITDATA_H #define COMMITDATA_H diff --git a/src/plugins/git/gitclient.cpp b/src/plugins/git/gitclient.cpp index fcd748a457b..41f576e3573 100644 --- a/src/plugins/git/gitclient.cpp +++ b/src/plugins/git/gitclient.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "gitclient.h" #include "gitplugin.h" #include "gitconstants.h" diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index da2c1ba9c93..872a89334ef 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef GITCLIENT_H #define GITCLIENT_H diff --git a/src/plugins/git/gitconstants.h b/src/plugins/git/gitconstants.h index 83b5eed070a..af5e5f15b2a 100644 --- a/src/plugins/git/gitconstants.h +++ b/src/plugins/git/gitconstants.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef GIT_CONSTANTS_H #define GIT_CONSTANTS_H diff --git a/src/plugins/git/giteditor.cpp b/src/plugins/git/giteditor.cpp index afb1cf2d65c..b6f43c43468 100644 --- a/src/plugins/git/giteditor.cpp +++ b/src/plugins/git/giteditor.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "giteditor.h" #include "annotationhighlighter.h" #include "gitconstants.h" diff --git a/src/plugins/git/giteditor.h b/src/plugins/git/giteditor.h index 31e4517316c..6b848ed02cb 100644 --- a/src/plugins/git/giteditor.h +++ b/src/plugins/git/giteditor.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef GITEDITOR_H #define GITEDITOR_H diff --git a/src/plugins/git/gitoutputwindow.cpp b/src/plugins/git/gitoutputwindow.cpp index 9efd4b67fbc..a32064a8fc6 100644 --- a/src/plugins/git/gitoutputwindow.cpp +++ b/src/plugins/git/gitoutputwindow.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "gitoutputwindow.h" #include <QtCore/QTextCodec> diff --git a/src/plugins/git/gitoutputwindow.h b/src/plugins/git/gitoutputwindow.h index af352fbcdc3..6097d2115ec 100644 --- a/src/plugins/git/gitoutputwindow.h +++ b/src/plugins/git/gitoutputwindow.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef GITOUTPUTWINDOW_H #define GITOUTPUTWINDOW_H diff --git a/src/plugins/git/gitplugin.cpp b/src/plugins/git/gitplugin.cpp index 3d2f3fb8723..52391482321 100644 --- a/src/plugins/git/gitplugin.cpp +++ b/src/plugins/git/gitplugin.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "gitplugin.h" #include "gitclient.h" #include "giteditor.h" diff --git a/src/plugins/git/gitplugin.h b/src/plugins/git/gitplugin.h index f09ed3d7c84..f39ebaf0595 100644 --- a/src/plugins/git/gitplugin.h +++ b/src/plugins/git/gitplugin.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef GITPLUGIN_H #define GITPLUGIN_H diff --git a/src/plugins/git/gitsubmiteditor.cpp b/src/plugins/git/gitsubmiteditor.cpp index 6580396e69d..01e75ed56f1 100644 --- a/src/plugins/git/gitsubmiteditor.cpp +++ b/src/plugins/git/gitsubmiteditor.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "gitsubmiteditor.h" #include "gitsubmiteditorwidget.h" #include "gitconstants.h" diff --git a/src/plugins/git/gitsubmiteditor.h b/src/plugins/git/gitsubmiteditor.h index 02e200f5ec2..ff5d7c94d39 100644 --- a/src/plugins/git/gitsubmiteditor.h +++ b/src/plugins/git/gitsubmiteditor.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef GITSUBMITEDITOR_H #define GITSUBMITEDITOR_H diff --git a/src/plugins/git/gitsubmiteditorwidget.cpp b/src/plugins/git/gitsubmiteditorwidget.cpp index d12cc3cee59..e5271333ddf 100644 --- a/src/plugins/git/gitsubmiteditorwidget.cpp +++ b/src/plugins/git/gitsubmiteditorwidget.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "gitsubmiteditorwidget.h" #include "commitdata.h" diff --git a/src/plugins/git/gitsubmiteditorwidget.h b/src/plugins/git/gitsubmiteditorwidget.h index 332a17b70c9..7e52f70cce9 100644 --- a/src/plugins/git/gitsubmiteditorwidget.h +++ b/src/plugins/git/gitsubmiteditorwidget.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef GITSUBMITEDITORWIDGET_H #define GITSUBMITEDITORWIDGET_H diff --git a/src/plugins/git/settingspage.cpp b/src/plugins/git/settingspage.cpp index 9c4e051ed39..f4aa641c23f 100644 --- a/src/plugins/git/settingspage.cpp +++ b/src/plugins/git/settingspage.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "settingspage.h" #include <coreplugin/icore.h> diff --git a/src/plugins/git/settingspage.h b/src/plugins/git/settingspage.h index 4a263692998..6871a2478e1 100644 --- a/src/plugins/git/settingspage.h +++ b/src/plugins/git/settingspage.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef SETTINGSPAGE_H #define SETTINGSPAGE_H |