Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
9c28370b
Commit
9c28370b
authored
Aug 06, 2012
by
Didier Clerc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue 623 fixed
parent
72277129
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
UBScreenMirror.cpp
src/gui/UBScreenMirror.cpp
+6
-1
No files found.
src/gui/UBScreenMirror.cpp
View file @
9c28370b
...
@@ -18,9 +18,10 @@
...
@@ -18,9 +18,10 @@
#include "core/UBSettings.h"
#include "core/UBSettings.h"
#include "core/UBSetting.h"
#include "core/UBSetting.h"
#include "core/UBApplication.h"
#include "core/UBApplication.h"
#include "board/UBBoardController.h"
#include "core/memcheck.h"
#include "core/memcheck.h"
UBScreenMirror
::
UBScreenMirror
(
QWidget
*
parent
)
UBScreenMirror
::
UBScreenMirror
(
QWidget
*
parent
)
:
QWidget
(
parent
)
:
QWidget
(
parent
)
,
mScreenIndex
(
0
)
,
mScreenIndex
(
0
)
...
@@ -97,6 +98,8 @@ void UBScreenMirror::setSourceWidget(QWidget *sourceWidget)
...
@@ -97,6 +98,8 @@ void UBScreenMirror::setSourceWidget(QWidget *sourceWidget)
void
UBScreenMirror
::
start
()
void
UBScreenMirror
::
start
()
{
{
qDebug
()
<<
"mirroring START"
;
UBApplication
::
boardController
->
freezeW3CWidgets
(
true
);
if
(
mTimerID
==
0
)
if
(
mTimerID
==
0
)
{
{
int
ms
=
125
;
int
ms
=
125
;
...
@@ -120,6 +123,8 @@ void UBScreenMirror::start()
...
@@ -120,6 +123,8 @@ void UBScreenMirror::start()
void
UBScreenMirror
::
stop
()
void
UBScreenMirror
::
stop
()
{
{
qDebug
()
<<
"mirroring STOP"
;
UBApplication
::
boardController
->
freezeW3CWidgets
(
false
);
if
(
mTimerID
!=
0
)
if
(
mTimerID
!=
0
)
{
{
killTimer
(
mTimerID
);
killTimer
(
mTimerID
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment