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)
|
if (!integration)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
integration->initialize();
|
integration->connectToDirectFb();
|
||||||
|
|
||||||
return integration;
|
return integration;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ QDirectFbIntegration::QDirectFbIntegration()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void QDirectFbIntegration::initialize()
|
void QDirectFbIntegration::connectToDirectFb()
|
||||||
{
|
{
|
||||||
initializeDirectFB();
|
initializeDirectFB();
|
||||||
initializeScreen();
|
initializeScreen();
|
||||||
|
@ -60,7 +60,7 @@ public:
|
|||||||
QDirectFbIntegration();
|
QDirectFbIntegration();
|
||||||
~QDirectFbIntegration();
|
~QDirectFbIntegration();
|
||||||
|
|
||||||
void initialize();
|
void connectToDirectFb();
|
||||||
|
|
||||||
QPlatformPixmap *createPlatformPixmap(QPlatformPixmap::PixelType type) const;
|
QPlatformPixmap *createPlatformPixmap(QPlatformPixmap::PixelType type) const;
|
||||||
QPlatformWindow *createPlatformWindow(QWindow *window) const;
|
QPlatformWindow *createPlatformWindow(QWindow *window) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user