Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • 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 44
    • Issues 44
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • OpenWalnut
  • OpenWalnut CoreOpenWalnut Core
  • Issues
  • #16

Closed
Open
Opened May 08, 2017 by Mathias Goldau@math
  • Report abuse
  • New issue
Report abuse New issue

-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)

To upload designs, you'll need to enable LFS. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
1
Labels
Bug
Assign labels
  • View project labels
Reference: openwalnut/openwalnut#16