/[svn]/qsampler/trunk/src/qsampler.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsampler.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3519 by capela, Sun Mar 10 11:06:53 2019 UTC revision 3520 by capela, Mon Jul 1 10:53:41 2019 UTC
# Line 26  Line 26 
26    
27  #include <QApplication>  #include <QApplication>
28    
29  #if QT_VERSION < 0x050000  #if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
30  #if defined(Q_WS_X11)  #if defined(Q_WS_X11)
31  #define CONFIG_X11  #define CONFIG_X11
32  #endif  #endif
# Line 41  Line 41 
41  class QWidget;  class QWidget;
42  class QTranslator;  class QTranslator;
43    
44  #if QT_VERSION < 0x050000  #if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
45  #ifdef CONFIG_XUNIQUE  #ifdef CONFIG_XUNIQUE
46  #ifdef CONFIG_X11  #ifdef CONFIG_X11
47  #include <QX11Info>  #include <QX11Info>
# Line 82  public: Line 82  public:
82          // and raise its proper main widget...          // and raise its proper main widget...
83          bool setup();          bool setup();
84    
85  #if QT_VERSION < 0x050000  #if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
86  #ifdef CONFIG_XUNIQUE  #ifdef CONFIG_XUNIQUE
87  #ifdef CONFIG_X11  #ifdef CONFIG_X11
88          void x11PropertyNotify(Window w);          void x11PropertyNotify(Window w);
# Line 107  private: Line 107  private:
107          // Instance variables.          // Instance variables.
108          QWidget *m_pWidget;          QWidget *m_pWidget;
109    
110  #if QT_VERSION < 0x050000  #if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
111  #ifdef CONFIG_XUNIQUE  #ifdef CONFIG_XUNIQUE
112  #ifdef CONFIG_X11  #ifdef CONFIG_X11
113          Display *m_pDisplay;          Display *m_pDisplay;

Legend:
Removed from v.3519  
changed lines
  Added in v.3520

  ViewVC Help
Powered by ViewVC