Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
OpenWalnut Core OpenWalnut Core
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 82
    • Issues 82
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenWalnut
  • OpenWalnut CoreOpenWalnut Core
  • Issues
  • #16

Closed
Open
Created May 08, 2017 by Mathias Goldau@mathOwner

-RM-408-MR-The code uses deprecated platform defines such as Q_WS_MAC, they are not supported.

Qt established new defines: http://doc.qt.io/qt-5/qtglobal.html. Fortunately only qtgui/WQtGui.cpp and scriptUI/WScriptUI.cpp seem to be affected. It is used for XinitThread call for X11 systems. As the Qt code should be WindowSystem (WS) independent, we cannot determine by QT Macros if X11 is present or not. On the other hand there is a QApplication-Attribute, which calls us XInitThreads: Qt::AA_X11InitThreads see: http://doc.qt.io/qt-5/qt.html. We should get rid of old unsupported macros Q_WS_*.

(from redmine: created on 2015-08-11, closed on 2015-08-11)

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking