Kaydet (Commit) 2e8e1b35 authored tarafından Katarina Behrens's avatar Katarina Behrens

Qt5 plugin now identifies itself as such (in About dialog)

Change-Id: Icdc3d8dd20469bc2b2ca6e94a1318f313b9a5aa9
üst 6f4b116e
......@@ -47,6 +47,10 @@ Qt5Instance::Qt5Instance(SalYieldMutex* pMutex, bool bUseCairo)
, m_postUserEventId(-1)
, m_bUseCairo(bUseCairo)
{
ImplSVData* pSVData = ImplGetSVData();
delete pSVData->maAppData.mpToolkitName;
pSVData->maAppData.mpToolkitName = new OUString("qt5");
m_postUserEventId = QEvent::registerEventType();
// this one needs to be blocking, so that the handling in main thread
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment