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
d1b3841b
Commit
d1b3841b
authored
Dec 25, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4: Comment main members
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
3a64ba7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
modules/gui/qt4/qt4.hpp
modules/gui/qt4/qt4.hpp
+13
-11
No files found.
modules/gui/qt4/qt4.hpp
View file @
d1b3841b
...
...
@@ -29,14 +29,14 @@
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_interface.h>
#include <vlc_playlist.h>
#include <vlc_common.h>
/* VLC_COMMON_MEMBERS for vlc_interface.h */
#include <vlc_interface.h>
/* intf_thread_t */
#include <vlc_playlist.h>
/* playlist_t */
#include <QEvent>
#if ( QT_VERSION < 0x040300 )
# error Update your Qt
# error Update your Qt
version
#endif
enum
{
...
...
@@ -68,17 +68,19 @@ class QSettings;
struct
intf_sys_t
{
vlc_thread_t
thread
;
QApplication
*
p_app
;
MainInterface
*
p_mi
;
QSettings
*
mainSettings
;
QApplication
*
p_app
;
/* Main Qt Application */
MainInterface
*
p_mi
;
/* Main Interface, NULL if DialogProvider Mode */
bool
b_isDialogProvider
;
QSettings
*
mainSettings
;
/* Qt State settings not messing main VLC ones */
playlist_t
*
p_playlist
;
bool
b_isDialogProvider
;
/* Qt mode or Skins mode */
const
char
*
psz_filepath
;
QMenu
*
p_popup_menu
;
playlist_t
*
p_playlist
;
/* Core Playlist discussion */
const
char
*
psz_filepath
;
/* Last path used in dialogs */
QMenu
*
p_popup_menu
;
/* The right click menu */
};
#define THEPL p_intf->p_sys->p_playlist
...
...
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