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