diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-03-31 10:41:53 +0200 |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-03-31 10:42:55 +0200 |
commit | 4f197396e028ca0537643f7ae69f6951c498d672 (patch) | |
tree | d40c1af08312b3c6cb640c32425129bdd4eb0e35 /tools/designer/src/lib | |
parent | 8c21eabd758e7350b6736d968d4a30b03e75b2c3 (diff) | |
download | qt4-tools-4f197396e028ca0537643f7ae69f6951c498d672.tar.gz |
Add missing copyright headers and the "we mean it" section.
These were reported by mkdist
Reviewed-by: TrustMe
Diffstat (limited to 'tools/designer/src/lib')
-rw-r--r-- | tools/designer/src/lib/shared/plugindialog_p.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/designer/src/lib/shared/plugindialog_p.h b/tools/designer/src/lib/shared/plugindialog_p.h index d50a804cd5..a2601d42c7 100644 --- a/tools/designer/src/lib/shared/plugindialog_p.h +++ b/tools/designer/src/lib/shared/plugindialog_p.h @@ -42,6 +42,17 @@ #ifndef PLUGINDIALOG_H #define PLUGINDIALOG_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + #include "ui_plugindialog.h" QT_BEGIN_NAMESPACE |