]> git.lyx.org Git - features.git/commit
Replace Q_WS_WIN with appropriate guards to account for Qt5.
authorEnrico Forestieri <forenr@lyx.org>
Mon, 25 Aug 2014 17:27:45 +0000 (19:27 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Mon, 25 Aug 2014 17:27:45 +0000 (19:27 +0200)
commit4521fc757ba5906402e2e46b23b47dfc7f436675
tree75c549f1653f45c64923a2ea18307c447fa86cad
parent565260126eb106ab00049285627417e73736bb96
Replace Q_WS_WIN with appropriate guards to account for Qt5.

This commit replaces almost all occurrences of Q_WS_WIN to comply
with Qt5. The remaining occurrences should *not* be replaced,
because the guarded code won't compile on Qt5.
src/frontends/qt4/FileDialog.cpp
src/frontends/qt4/GuiClipboard.cpp
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/Menus.cpp
src/frontends/qt4/qt_helpers.cpp