mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-19 18:26:34 +01:00
parent
d543426c0f
commit
ac3d9b0f9b
@ -115,8 +115,10 @@ BrowserWindow::BrowserWindow(Qz::BrowserWindowType type, const QUrl &startUrl)
|
|||||||
, m_isHtmlFullScreen(false)
|
, m_isHtmlFullScreen(false)
|
||||||
, m_hideNavigationTimer(0)
|
, m_hideNavigationTimer(0)
|
||||||
{
|
{
|
||||||
setObjectName("mainwindow");
|
|
||||||
setAttribute(Qt::WA_DeleteOnClose);
|
setAttribute(Qt::WA_DeleteOnClose);
|
||||||
|
setAttribute(Qt::WA_DontCreateNativeAncestors);
|
||||||
|
|
||||||
|
setObjectName("mainwindow");
|
||||||
setWindowTitle(tr("QupZilla"));
|
setWindowTitle(tr("QupZilla"));
|
||||||
setProperty("private", mApp->isPrivate());
|
setProperty("private", mApp->isPrivate());
|
||||||
|
|
||||||
|
@ -97,7 +97,8 @@ MainApplication::MainApplication(int &argc, char** argv)
|
|||||||
, m_registerQAppAssociation(0)
|
, m_registerQAppAssociation(0)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
setAttribute(Qt::AA_UseHighDpiPixmaps, true);
|
setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||||
|
setAttribute(Qt::AA_DontCreateNativeWidgetSiblings);
|
||||||
|
|
||||||
setApplicationName(QLatin1String("QupZilla"));
|
setApplicationName(QLatin1String("QupZilla"));
|
||||||
setOrganizationDomain(QLatin1String("qupzilla"));
|
setOrganizationDomain(QLatin1String("qupzilla"));
|
||||||
|
Loading…
Reference in New Issue
Block a user