diff options
author | mread <qt-info@nokia.com> | 2011-01-11 15:49:46 (GMT) |
---|---|---|
committer | João Abecasis <joao.abecasis@nokia.com> | 2011-02-10 12:26:41 (GMT) |
commit | 8f34fc6776fbd30bdae482a3f6bb683435544215 (patch) | |
tree | f520b53c59d8e4fb3f961a14d2bc77252546f4c8 /tests/auto | |
parent | c618f06e39eee1bf8110f5a0c56578fb44e986f5 (diff) | |
download | Qt-8f34fc6776fbd30bdae482a3f6bb683435544215.zip Qt-8f34fc6776fbd30bdae482a3f6bb683435544215.tar.gz Qt-8f34fc6776fbd30bdae482a3f6bb683435544215.tar.bz2 |
removed dodgy file header
The comment block at the top of the file had tabs in it. Git didn't like
that. It's now removed, it was just the default comment added by
Carbide.
Task-number: QTBUG-15015
Reviewed-by: Shane Kearns
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/symbian/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/symbian/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.cpp b/tests/auto/symbian/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.cpp index 77e8563..45e7acc 100644 --- a/tests/auto/symbian/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.cpp +++ b/tests/auto/symbian/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.cpp @@ -1,12 +1,3 @@ -/* -============================================================================ - Name : QtFileOpeningApp.cpp - Author : - Copyright : Your copyright notice - Description : Main GUI Application -============================================================================ -*/ - #include <QtGui> #include <QApplication> #include <QEvent> |