summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgenericplugin.cpp
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-07-03 21:55:46 +0530
committerQt by Nokia <qt-info@nokia.com>2012-07-04 14:40:20 +0200
commit3517949390f349e034f8c57942af59a1f2c8c64f (patch)
tree7d7e703b752c434ff26f9326be61913f2cd1e2aa /src/gui/kernel/qgenericplugin.cpp
parent32c54642dd9af1f1bf48c259f55dad6d5339c5e8 (diff)
Make QGenericPlugin and QGenericPluginFactory public API
These classes are not specific to QPA. Discussed in QtCS 2012. Change-Id: I32bc5fad4f0fa5e7095af86d61966fdf4d9e4ad7 Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com> Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
Diffstat (limited to 'src/gui/kernel/qgenericplugin.cpp')
-rw-r--r--src/gui/kernel/qgenericplugin.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/gui/kernel/qgenericplugin.cpp b/src/gui/kernel/qgenericplugin.cpp
index 4cd12d068c..abfae93a0c 100644
--- a/src/gui/kernel/qgenericplugin.cpp
+++ b/src/gui/kernel/qgenericplugin.cpp
@@ -39,7 +39,7 @@
**
****************************************************************************/
-#include "qgenericplugin_qpa.h"
+#include "qgenericplugin.h"
#ifndef QT_NO_LIBRARY
@@ -48,12 +48,9 @@ QT_BEGIN_NAMESPACE
/*!
\class QGenericPlugin
\ingroup plugins
- \ingroup qpa
\brief The QGenericPlugin class is an abstract base class for
- window-system related plugins in Qt QPA.
-
- Note that this class is only available in Qt QPA.
+ plugins.
A mouse plugin can be created by subclassing
QGenericPlugin and reimplementing the pure virtual create()