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 /installer | |
parent | 8a43d9b9f30e66ec805c57d386c4dd90d6c03c4b (diff) |
off-by-one in headers
Diffstat (limited to 'installer')
-rw-r--r-- | installer/installer.cpp | 1 | ||||
-rw-r--r-- | installer/qinstaller.cpp | 1 | ||||
-rw-r--r-- | installer/qinstaller.h | 1 | ||||
-rw-r--r-- | installer/qinstallergui.cpp | 1 | ||||
-rw-r--r-- | installer/qinstallergui.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/installer/installer.cpp b/installer/installer.cpp index 7dae30fd96c..8357a6c597d 100644 --- a/installer/installer.cpp +++ b/installer/installer.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // This file contains the QtCreator-specific part of the installer. // It lists the files and features the installer should handle. diff --git a/installer/qinstaller.cpp b/installer/qinstaller.cpp index c1a13bd8412..b0b4cbff77e 100644 --- a/installer/qinstaller.cpp +++ b/installer/qinstaller.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "qinstaller.h" diff --git a/installer/qinstaller.h b/installer/qinstaller.h index 986ee033a7c..0e4672a3f2f 100644 --- a/installer/qinstaller.h +++ b/installer/qinstaller.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef QINSTALLER_H #define QINSTALLER_H diff --git a/installer/qinstallergui.cpp b/installer/qinstallergui.cpp index 8c3ab124cb6..3250052cc99 100644 --- a/installer/qinstallergui.cpp +++ b/installer/qinstallergui.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "qinstallergui.h" diff --git a/installer/qinstallergui.h b/installer/qinstallergui.h index dec2f07d813..c176e2e0091 100644 --- a/installer/qinstallergui.h +++ b/installer/qinstallergui.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef QINSTALLERGUI_H #define QINSTALLERGUI_H |