Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
resources
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
TDT4102
VS-Code
resources
Merge requests
!6
Image now deletes its texture
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Image now deletes its texture
add-destructor-Image
into
main
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Joakim Borge Hunskår
requested to merge
add-destructor-Image
into
main
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Added destructor for Image. Fixes
#2 (closed)
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
9937b98c
1 commit,
1 year ago
2 files
+
8
−
0
Side-by-side
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/include/Image.h
+
1
−
0
Options
@@ -13,6 +13,7 @@ namespace TDT4102 {
@@ -13,6 +13,7 @@ namespace TDT4102 {
public:
public:
explicit
Image
();
explicit
Image
();
explicit
Image
(
std
::
filesystem
::
path
pathToImageFile
);
explicit
Image
(
std
::
filesystem
::
path
pathToImageFile
);
~
Image
();
int
width
=
0
;
int
width
=
0
;
int
height
=
0
;
int
height
=
0
;
Loading