src/corelib/kernel/qeventdispatcher_win_p.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   100 
   100 
   101     bool event(QEvent *e);
   101     bool event(QEvent *e);
   102 
   102 
   103 private:
   103 private:
   104     friend LRESULT CALLBACK qt_internal_proc(HWND hwnd, UINT message, WPARAM wp, LPARAM lp);
   104     friend LRESULT CALLBACK qt_internal_proc(HWND hwnd, UINT message, WPARAM wp, LPARAM lp);
       
   105     friend LRESULT CALLBACK qt_GetMessageHook(int, WPARAM, LPARAM);
   105 };
   106 };
   106 
   107 
   107 QT_END_NAMESPACE
   108 QT_END_NAMESPACE
   108 
   109 
   109 #endif // QEVENTDISPATCHER_WIN_P_H
   110 #endif // QEVENTDISPATCHER_WIN_P_H