Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
70dab4d4
Commit
70dab4d4
authored
May 14, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: fix reordering warnings
parent
cd750a6e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
modules/gui/qt4/components/interface_widgets.hpp
modules/gui/qt4/components/interface_widgets.hpp
+4
-2
No files found.
modules/gui/qt4/components/interface_widgets.hpp
View file @
70dab4d4
...
...
@@ -89,11 +89,11 @@ public:
void
setExpandstoHeight
(
bool
b_expand
)
{
b_expandPixmap
=
b_expand
;
}
void
setWithArt
(
bool
b_withart_
)
{
b_withart
=
b_withart_
;
};
private:
intf_thread_t
*
p_intf
;
QString
pixmapUrl
;
bool
b_expandPixmap
;
bool
b_withart
;
virtual
void
contextMenuEvent
(
QContextMenuEvent
*
event
);
intf_thread_t
*
p_intf
;
protected:
void
paintEvent
(
QPaintEvent
*
e
);
static
const
int
MARGIN
=
5
;
...
...
@@ -140,9 +140,11 @@ private:
bool
b_remainingTime
;
int
cachedLength
;
QTimer
*
bufTimer
;
float
bufVal
;
bool
buffering
;
bool
showBuffering
;
float
bufVal
;
char
psz_length
[
MSTRTIME_MAX_SIZE
];
char
psz_time
[
MSTRTIME_MAX_SIZE
];
void
toggleTimeDisplay
();
...
...
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