Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
resources - DEPRECATED use new repository instead
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TDT4102
VS-Code
resources - DEPRECATED use new repository instead
Merge requests
!14
Alert fn update
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Alert fn update
alert-fn
into
main
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Iver Karlsbakk Småge
requested to merge
alert-fn
into
main
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
a9ab5eb7
2 commits,
1 year ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
dependencies/subprojects/animationwindow/src/AnimationWindow.cpp
+
1
−
1
Options
@@ -321,7 +321,7 @@ void TDT4102::AnimationWindow::add(TDT4102::Widget& widgetToAdd) {
}
void
TDT4102
::
AnimationWindow
::
show_info_dialog
(
const
std
::
string
&
message
)
const
{
SDL_ShowSimpleMessageBox
(
SDL_MESSAGEBOX_INFORMATION
,
"
Error
"
,
message
.
c_str
(),
windowHandle
);
SDL_ShowSimpleMessageBox
(
SDL_MESSAGEBOX_INFORMATION
,
"
Information
"
,
message
.
c_str
(),
windowHandle
);
}
void
TDT4102
::
AnimationWindow
::
show_error_dialog
(
const
std
::
string
&
message
)
const
{
Loading