mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-19 01:35:10 -04:00
help question mark in dialogs disabled by default in Qt6
This commit is contained in:
parent
90293ebcda
commit
2919a20384
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ int main(int argc, char *argv[])
|
||||||
/* Suppresses "Qt WebEngine seems to be initialized from a plugin" warning */
|
/* Suppresses "Qt WebEngine seems to be initialized from a plugin" warning */
|
||||||
QApplication::setAttribute(Qt::AA_ShareOpenGLContexts);
|
QApplication::setAttribute(Qt::AA_ShareOpenGLContexts);
|
||||||
#endif
|
#endif
|
||||||
#if defined(_WIN32) && QT_VERSION >= 0x50A01
|
#if defined(_WIN32) && QT_VERSION >= 0x50A01 && QT_VERSION < 0x60000
|
||||||
/* Suppresses help question mark in dialogs */
|
/* Suppresses help question mark in dialogs */
|
||||||
QApplication::setAttribute(Qt::AA_DisableWindowContextHelpButton);
|
QApplication::setAttribute(Qt::AA_DisableWindowContextHelpButton);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue