forked from qt-creator/qt-creator
Help: Remove unnecessary class
By using connect to a function directly. Change-Id: Iab06810203720f26eba908293438a6d12631ea15 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -40,17 +40,6 @@ namespace Internal {
|
||||
class MacWebKitHelpViewer;
|
||||
class MacWebKitHelpWidgetPrivate;
|
||||
|
||||
class MacResponderHack : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
MacResponderHack(QObject *parent);
|
||||
|
||||
private:
|
||||
void responderHack(QWidget *old, QWidget *now);
|
||||
};
|
||||
|
||||
class MacWebKitHelpWidget : public QMacCocoaViewContainer
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user