diff options
| author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2012-02-23 12:26:10 +0100 |
|---|---|---|
| committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-27 13:28:21 +0100 |
| commit | efde205586a70320d0525e941e5a1cd9657bdd30 (patch) | |
| tree | 27101bae5d59a31bc6a52846d5fde76b8d529e5d /examples/tools/echoplugin/plugin/echoplugin.cpp | |
| parent | 6df396286a3221d12e810c0aaa71c4aa68db3331 (diff) | |
| download | qtbase-efde205586a70320d0525e941e5a1cd9657bdd30.tar.gz | |
Use new plugin system in qtbase.
- AccessibleWidgets
- Windows printer support
- Examples
Change-Id: Icc162bd7fc284b3c76d9966210f983728085c743
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'examples/tools/echoplugin/plugin/echoplugin.cpp')
| -rw-r--r-- | examples/tools/echoplugin/plugin/echoplugin.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/tools/echoplugin/plugin/echoplugin.cpp b/examples/tools/echoplugin/plugin/echoplugin.cpp index d22e7ead23..07520899f5 100644 --- a/examples/tools/echoplugin/plugin/echoplugin.cpp +++ b/examples/tools/echoplugin/plugin/echoplugin.cpp @@ -48,7 +48,3 @@ QString EchoPlugin::echo(const QString &message) return message; } //! [0] - -//! [1] -Q_EXPORT_PLUGIN2(echoplugin, EchoPlugin); -//! [1] |
