Changeset 181 for smplayer/trunk/src/myapplication.cpp
- Timestamp:
- Aug 31, 2016, 5:31:04 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/myapplication.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 179
- Property svn:mergeinfo changed
-
smplayer/trunk/src/myapplication.cpp
r176 r181 18 18 19 19 #include "myapplication.h" 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 20 54 21 55 #ifdef USE_WINEVENTFILTER … … 122 156 123 157 if (eat_key) { 124 qDebug( "MyApplication::winEventFilter: ignoring key %X", msg->wParam);158 qDebug(; 125 159 last_appcommand = 0; 126 *result = true;160 *result = true; 127 161 return true; 128 162 } … … 165 199 QWidget * w = QApplication::focusWidget(); 166 200 if (w) QCoreApplication::sendEvent(w, &event); 167 *result = true;201 *result = true; 168 202 return true; 169 203 }
Note:
See TracChangeset
for help on using the changeset viewer.
