Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
OpenGL
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
C-Fu
OpenGL
Commits
16c9d355
Commit
16c9d355
authored
Jan 24, 2017
by
C-Fu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed slots, I use lambda now
parent
11af758e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
31 deletions
+0
-31
QtMeshViewer/Header/SettingsWindow.h
QtMeshViewer/Header/SettingsWindow.h
+0
-31
No files found.
QtMeshViewer/Header/SettingsWindow.h
View file @
16c9d355
...
...
@@ -14,37 +14,6 @@ private:
Ui
::
SettingsWindow
*
ui
;
private
slots
:
// light off
void
lightOffRValueChanged
(
QString
value
);
void
lightOffRValueChanged
(
int
value
);
void
lightOffGValueChanged
(
QString
value
);
void
lightOffGValueChanged
(
int
value
);
void
lightOffBValueChanged
(
QString
value
);
void
lightOffBValueChanged
(
int
value
);
// light on
void
lightOnRValueChanged
(
QString
value
);
void
lightOnRValueChanged
(
int
value
);
void
lightOnGValueChanged
(
QString
value
);
void
lightOnGValueChanged
(
int
value
);
void
lightOnBValueChanged
(
QString
value
);
void
lightOnBValueChanged
(
int
value
);
// light
void
lightRValueChanged
(
QString
value
);
void
lightRValueChanged
(
int
value
);
void
lightGValueChanged
(
QString
value
);
void
lightGValueChanged
(
int
value
);
void
lightBValueChanged
(
QString
value
);
void
lightBValueChanged
(
int
value
);
void
autoColorToggled
();
void
radioToggled
();
};
\ No newline at end of file
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