Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
9d8f648b
Commit
9d8f648b
authored
Nov 14, 2019
by
Jan Möbius
Browse files
Omit deprecated functions
parent
68b54a65
Changes
3
Hide whitespace changes
Inline
Side-by-side
libs_required/ACG/QtWidgets/QtFileDialog.cc
View file @
9d8f648b
...
...
@@ -160,7 +160,7 @@ getSaveFileName(QWidget* _parent,
QMessageBox
::
Yes
|
QMessageBox
::
Default
,
QMessageBox
::
No
|
QMessageBox
::
Escape
)
!=
QMessageBox
::
Yes
)
return
QString
::
null
;
return
QString
()
;
}
return
filename
;
...
...
libs_required/ACG/QtWidgets/QtFileDialog.hh
View file @
9d8f648b
...
...
@@ -69,43 +69,43 @@ namespace ACG {
ACGDLLEXPORT
QString
getOpenFileName
(
QWidget
*
_parent
=
0
,
const
QString
&
_caption
=
QString
::
null
,
const
QString
&
_filter
=
QString
::
null
,
const
QString
&
_start
=
QString
::
null
);
const
QString
&
_caption
=
QString
()
,
const
QString
&
_filter
=
QString
()
,
const
QString
&
_start
=
QString
()
);
ACGDLLEXPORT
QString
getOpenMeshName
(
QWidget
*
_parent
=
0
,
const
QString
&
_caption
=
QString
::
null
,
const
QString
&
_start
=
QString
::
null
);
const
QString
&
_caption
=
QString
()
,
const
QString
&
_start
=
QString
()
);
ACGDLLEXPORT
QStringList
getOpenFileNames
(
QWidget
*
_parent
=
0
,
const
QString
&
_caption
=
QString
::
null
,
const
QString
&
_filter
=
QString
::
null
,
const
QString
&
_start
=
QString
::
null
);
const
QString
&
_caption
=
QString
()
,
const
QString
&
_filter
=
QString
()
,
const
QString
&
_start
=
QString
()
);
ACGDLLEXPORT
QStringList
getOpenMeshNames
(
QWidget
*
_parent
=
0
,
const
QString
&
_caption
=
QString
::
null
,
const
QString
&
_start
=
QString
::
null
);
const
QString
&
_caption
=
QString
()
,
const
QString
&
_start
=
QString
()
);
ACGDLLEXPORT
QString
getSaveFileName
(
QWidget
*
_parent
=
0
,
const
QString
&
_caption
=
QString
::
null
,
const
QString
&
_filter
=
QString
::
null
,
const
QString
&
_caption
=
QString
()
,
const
QString
&
_filter
=
QString
()
,
bool
_askOverwrite
=
false
,
const
QString
&
_start
=
QString
::
null
);
const
QString
&
_start
=
QString
()
);
ACGDLLEXPORT
QString
getSaveMeshName
(
QWidget
*
_parent
=
0
,
const
QString
&
_caption
=
QString
::
null
,
const
QString
&
_caption
=
QString
()
,
bool
_askOverwrite
=
false
,
const
QString
&
_start
=
QString
::
null
);
const
QString
&
_start
=
QString
()
);
//=============================================================================
...
...
libs_required/ACG/QwtWidgets/QwtHistogramm.hh
View file @
9d8f648b
...
...
@@ -64,7 +64,7 @@ class ACGDLLEXPORT Histogram: public QwtPlotItem
{
public:
/// Constructor
explicit
Histogram
(
const
QString
&
title
=
QString
::
null
);
explicit
Histogram
(
const
QString
&
title
=
QString
()
);
/// Constructor
explicit
Histogram
(
const
QwtText
&
title
);
/// Destructor
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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