mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
fix recursion in QDesignerDialogGuiInterface::getOpenImageFileNames
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
6af0946c92
commit
0d455eee29
2 changed files with 1 additions and 3 deletions
|
@ -148,7 +148,7 @@ QString QDesignerDialogGuiInterface::getOpenImageFileName(QWidget *parent, const
|
|||
|
||||
QStringList QDesignerDialogGuiInterface::getOpenImageFileNames(QWidget *parent, const QString &caption, const QString &dir, const QString &filter, QString *selectedFilter, QFileDialog::Options options)
|
||||
{
|
||||
return getOpenImageFileNames(parent, caption, dir, filter, selectedFilter, options);
|
||||
return getOpenFileNames(parent, caption, dir, filter, selectedFilter, options);
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
|
@ -61,8 +61,6 @@ QT_BEGIN_HEADER
|
|||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class QWidget;
|
||||
|
||||
class QDESIGNER_SDK_EXPORT QDesignerDialogGuiInterface
|
||||
{
|
||||
Q_DISABLE_COPY(QDesignerDialogGuiInterface)
|
||||
|
|
Loading…
Add table
Reference in a new issue