Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
4091c41c
Commit
4091c41c
authored
Nov 01, 2015
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qt4: preferences_widget: Cosmetics
parent
3b001b95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/gui/qt4/components/preferences_widgets.hpp
modules/gui/qt4/components/preferences_widgets.hpp
+4
-4
No files found.
modules/gui/qt4/components/preferences_widgets.hpp
View file @
4091c41c
...
@@ -96,10 +96,10 @@ public:
...
@@ -96,10 +96,10 @@ public:
protected:
protected:
ConfigControl
(
vlc_object_t
*
_p_this
,
module_config_t
*
_p_conf
)
:
ConfigControl
(
vlc_object_t
*
_p_this
,
module_config_t
*
_p_conf
)
:
p_this
(
_p_this
),
p_item
(
_p_conf
)
{}
p_this
(
_p_this
),
p_item
(
_p_conf
)
{}
virtual
void
changeVisibility
(
bool
b
)
{
Q_UNUSED
(
b
);
};
virtual
void
changeVisibility
(
bool
)
{
}
vlc_object_t
*
p_this
;
vlc_object_t
*
p_this
;
module_config_t
*
p_item
;
module_config_t
*
p_item
;
virtual
void
fillGrid
(
QGridLayout
*
,
int
)
{}
;
virtual
void
fillGrid
(
QGridLayout
*
,
int
)
{}
signals:
signals:
void
changed
();
void
changed
();
#if 0
#if 0
...
@@ -120,7 +120,7 @@ public:
...
@@ -120,7 +120,7 @@ public:
virtual
void
doApply
();
virtual
void
doApply
();
protected:
protected:
VIntConfigControl
(
vlc_object_t
*
a
,
module_config_t
*
b
)
:
VIntConfigControl
(
vlc_object_t
*
a
,
module_config_t
*
b
)
:
ConfigControl
(
a
,
b
)
{}
;
ConfigControl
(
a
,
b
)
{}
};
};
class
IntegerConfigControl
:
public
VIntConfigControl
class
IntegerConfigControl
:
public
VIntConfigControl
...
@@ -305,7 +305,7 @@ public:
...
@@ -305,7 +305,7 @@ public:
void
doApply
()
Q_DECL_OVERRIDE
;
void
doApply
()
Q_DECL_OVERRIDE
;
protected:
protected:
VStringConfigControl
(
vlc_object_t
*
a
,
module_config_t
*
b
)
:
VStringConfigControl
(
vlc_object_t
*
a
,
module_config_t
*
b
)
:
ConfigControl
(
a
,
b
)
{}
;
ConfigControl
(
a
,
b
)
{}
};
};
class
StringConfigControl
:
public
VStringConfigControl
class
StringConfigControl
:
public
VStringConfigControl
...
...
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