• Jocelyn Turcotte's avatar
    Use Q_PRIVATE_SLOT for QWebContentsViewPrivate. · de482954
    Jocelyn Turcotte authored
    Fix the gyp generator to allow including the moc file directly
    in qwebcontentsview.cpp to be able to use Q_PRIVATE_SLOT
    instead of having the private object deriving from QObject.
    
    This also removes the use of MOCABLE_SOURCES whose entries were
    added to 'sources' without moc being run on them first.
    de482954