Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/staging/5.3
This commit is contained in:
commit
cf7805d364
@ -75,7 +75,8 @@ QPlatformIntegration * QDirectFbIntegrationPlugin::create(const QString& system,
|
||||
if (!integration)
|
||||
return 0;
|
||||
|
||||
integration->initialize();
|
||||
integration->connectToDirectFb();
|
||||
|
||||
return integration;
|
||||
}
|
||||
|
||||
|
@ -64,7 +64,7 @@ QDirectFbIntegration::QDirectFbIntegration()
|
||||
{
|
||||
}
|
||||
|
||||
void QDirectFbIntegration::initialize()
|
||||
void QDirectFbIntegration::connectToDirectFb()
|
||||
{
|
||||
initializeDirectFB();
|
||||
initializeScreen();
|
||||
|
@ -60,7 +60,7 @@ public:
|
||||
QDirectFbIntegration();
|
||||
~QDirectFbIntegration();
|
||||
|
||||
void initialize();
|
||||
void connectToDirectFb();
|
||||
|
||||
QPlatformPixmap *createPlatformPixmap(QPlatformPixmap::PixelType type) const;
|
||||
QPlatformWindow *createPlatformWindow(QWindow *window) const;
|
||||
|
Loading…
Reference in New Issue
Block a user