Remove a line of garbage

Change-Id: Iae931b4a944abe29097dc30f97099e9aeaa9387c
Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
This commit is contained in:
Laszlo Agocs 2012-05-21 13:41:56 +03:00 committed by Qt by Nokia
parent 81c53721d0
commit 40a96e136c

View File

@ -52,9 +52,7 @@ QT_BEGIN_NAMESPACE
#ifndef QT_NO_LIBRARY
//class QGenericObject; ?????
struct Q_GUI_EXPORT QGenericPluginFactoryInterface : public QFactoryInterface
struct Q_GUI_EXPORT QGenericPluginFactoryInterface : public QFactoryInterface
{
virtual QObject* create(const QString &name, const QString &spec) = 0;
};