Skip to content

Commit

Permalink
更新代码
Browse files Browse the repository at this point in the history
  • Loading branch information
feiyangqingyun committed Apr 10, 2024
1 parent 1fd91f8 commit 63fc08f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
49 changes: 25 additions & 24 deletions docs/video_system/index.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion widget/framelesswidget/framelesswidget2.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "framelesswidget2.h"
#include "qapplication.h"
#include "qevent.h"
#include "qdebug.h"

Expand All @@ -7,7 +8,7 @@ FramelessWidget2::FramelessWidget2(QObject *parent) : QObject(parent)
padding = 8;
moveEnable = true;
resizeEnable = true;
widget = 0;
widget = NULL;

mousePressed = false;
mousePoint = QPoint(0, 0);
Expand Down

0 comments on commit 63fc08f

Please sign in to comment.