bug fixes

This commit is contained in:
xueyan hu
2022-01-25 17:07:34 +08:00
committed by Krad
parent 1f24841ba8
commit 89d237c7d5
4 changed files with 71 additions and 39 deletions

View File

@@ -72,6 +72,7 @@ int main(int argc, char* argv[])
//QObject::connect(obj, SIGNAL(touchScreen()), Locker::Instance(), SLOT(refreshTimer()));
QList<Qt::GestureType> gestures;
gestures << Qt::SwipeGesture;
gestures << Qt::PanGesture;
w.grabGestures(gestures);
QStringList app_args = a.arguments();