Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qtTsOverlay
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
C-Fu
qtTsOverlay
Commits
db27210f
Commit
db27210f
authored
Feb 24, 2017
by
Carsten Fuhrmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
0a8deb16
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
Release/x64/qtTsOverlay_x64.dll
Release/x64/qtTsOverlay_x64.dll
+0
-0
Release/x64/qtTsOverlay_x64.exp
Release/x64/qtTsOverlay_x64.exp
+0
-0
Release/x64/qtTsOverlay_x64.lib
Release/x64/qtTsOverlay_x64.lib
+0
-0
overlaycontroller.cpp
overlaycontroller.cpp
+2
-2
No files found.
Release/x64/qtTsOverlay_x64.dll
View file @
db27210f
No preview for this file type
Release/x64/qtTsOverlay_x64.exp
View file @
db27210f
No preview for this file type
Release/x64/qtTsOverlay_x64.lib
View file @
db27210f
No preview for this file type
overlaycontroller.cpp
View file @
db27210f
...
...
@@ -23,7 +23,8 @@ OverlayController::OverlayController() : QObject()
m_timer
->
setInterval
(
100
);
m_timer
->
setSingleShot
(
true
);
connect
(
m_timer
,
SIGNAL
(
timeout
()),
SLOT
(
debugPrint
(
"HUHU"
)));
connect
(
m_timer
,
SIGNAL
(
timeout
()),
this
,
SLOT
(
debugPrint
(
"HUHU"
)));
m_timer
->
start
();
addChatLine
(
"Test12"
);
}
...
...
@@ -76,7 +77,6 @@ void OverlayController::addChatLine(QString message)
deleteChatLine
(
m_msgLines
.
last
());
//TODO: delete after time
//m_timer->start();
}
void
OverlayController
::
addSpeaker
(
QString
name
)
...
...
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