Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
QtTesting
Commits
943b05de
Commit
943b05de
authored
May 25, 2011
by
Clinton Stimpson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build errors on Windows with native file dialog support.
parent
13136187
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
pqNativeFileDialogEventPlayer.cxx
pqNativeFileDialogEventPlayer.cxx
+4
-4
pqNativeFileDialogEventTranslator.cxx
pqNativeFileDialogEventTranslator.cxx
+4
-4
No files found.
pqNativeFileDialogEventPlayer.cxx
View file @
943b05de
...
...
@@ -40,16 +40,16 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
typedef
QString
(
*
_qt_filedialog_existing_directory_hook
)(
QWidget
*
parent
,
const
QString
&
caption
,
const
QString
&
dir
,
QFileDialog
::
Options
options
);
extern
_qt_filedialog_existing_directory_hook
qt_filedialog_existing_directory_hook
;
extern
Q_DECL_IMPORT
_qt_filedialog_existing_directory_hook
qt_filedialog_existing_directory_hook
;
typedef
QString
(
*
_qt_filedialog_open_filename_hook
)(
QWidget
*
parent
,
const
QString
&
caption
,
const
QString
&
dir
,
const
QString
&
filter
,
QString
*
selectedFilter
,
QFileDialog
::
Options
options
);
extern
_qt_filedialog_open_filename_hook
qt_filedialog_open_filename_hook
;
extern
Q_DECL_IMPORT
_qt_filedialog_open_filename_hook
qt_filedialog_open_filename_hook
;
typedef
QStringList
(
*
_qt_filedialog_open_filenames_hook
)(
QWidget
*
parent
,
const
QString
&
caption
,
const
QString
&
dir
,
const
QString
&
filter
,
QString
*
selectedFilter
,
QFileDialog
::
Options
options
);
extern
_qt_filedialog_open_filenames_hook
qt_filedialog_open_filenames_hook
;
extern
Q_DECL_IMPORT
_qt_filedialog_open_filenames_hook
qt_filedialog_open_filenames_hook
;
typedef
QString
(
*
_qt_filedialog_save_filename_hook
)(
QWidget
*
parent
,
const
QString
&
caption
,
const
QString
&
dir
,
const
QString
&
filter
,
QString
*
selectedFilter
,
QFileDialog
::
Options
options
);
extern
_qt_filedialog_save_filename_hook
qt_filedialog_save_filename_hook
;
extern
Q_DECL_IMPORT
_qt_filedialog_save_filename_hook
qt_filedialog_save_filename_hook
;
namespace
{
...
...
pqNativeFileDialogEventTranslator.cxx
View file @
943b05de
...
...
@@ -40,16 +40,16 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
typedef
QString
(
*
_qt_filedialog_existing_directory_hook
)(
QWidget
*
parent
,
const
QString
&
caption
,
const
QString
&
dir
,
QFileDialog
::
Options
options
);
extern
_qt_filedialog_existing_directory_hook
qt_filedialog_existing_directory_hook
;
extern
Q_DECL_IMPORT
_qt_filedialog_existing_directory_hook
qt_filedialog_existing_directory_hook
;
typedef
QString
(
*
_qt_filedialog_open_filename_hook
)(
QWidget
*
parent
,
const
QString
&
caption
,
const
QString
&
dir
,
const
QString
&
filter
,
QString
*
selectedFilter
,
QFileDialog
::
Options
options
);
extern
_qt_filedialog_open_filename_hook
qt_filedialog_open_filename_hook
;
extern
Q_DECL_IMPORT
_qt_filedialog_open_filename_hook
qt_filedialog_open_filename_hook
;
typedef
QStringList
(
*
_qt_filedialog_open_filenames_hook
)(
QWidget
*
parent
,
const
QString
&
caption
,
const
QString
&
dir
,
const
QString
&
filter
,
QString
*
selectedFilter
,
QFileDialog
::
Options
options
);
extern
_qt_filedialog_open_filenames_hook
qt_filedialog_open_filenames_hook
;
extern
Q_DECL_IMPORT
_qt_filedialog_open_filenames_hook
qt_filedialog_open_filenames_hook
;
typedef
QString
(
*
_qt_filedialog_save_filename_hook
)(
QWidget
*
parent
,
const
QString
&
caption
,
const
QString
&
dir
,
const
QString
&
filter
,
QString
*
selectedFilter
,
QFileDialog
::
Options
options
);
extern
_qt_filedialog_save_filename_hook
qt_filedialog_save_filename_hook
;
extern
Q_DECL_IMPORT
_qt_filedialog_save_filename_hook
qt_filedialog_save_filename_hook
;
namespace
{
...
...
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