Changeset 179 for smplayer/vendor/current/src/myapplication.cpp
- Timestamp:
- Aug 31, 2016, 5:19:25 PM (9 years ago)
- File:
-
- 1 edited
-
smplayer/vendor/current/src/myapplication.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/myapplication.cpp
r175 r179 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.
