summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget_p.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-10-01 12:56:28 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-02 08:06:24 +0200
commitf20266f9f43ab3956de271f696c769db02992e87 (patch)
tree30559ada80346c71a2f731a89c829dbdf1bdec14 /src/widgets/kernel/qwidget_p.h
parent24c403a2bd71578a1978baed1c60f08c12cd62c5 (diff)
fix QWidget::setWindowFilePath on Mac OS
Task-number: QTBUG-27299 Change-Id: I4dddbb9690aac327ad33477d8cea9afa84d10eb3 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Diffstat (limited to 'src/widgets/kernel/qwidget_p.h')
-rw-r--r--src/widgets/kernel/qwidget_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qwidget_p.h b/src/widgets/kernel/qwidget_p.h
index 84785dadf2..eb67f756e8 100644
--- a/src/widgets/kernel/qwidget_p.h
+++ b/src/widgets/kernel/qwidget_p.h
@@ -477,6 +477,7 @@ public:
void setWindowIconText_sys(const QString &cap);
void setWindowIconText_helper(const QString &cap);
void setWindowTitle_sys(const QString &cap);
+ void setWindowFilePath_sys(const QString &filePath);
#ifndef QT_NO_CURSOR
void setCursor_sys(const QCursor &cursor);
@@ -766,7 +767,6 @@ public:
void update_sys(const QRegion &rgn);
void setGeometry_sys_helper(int, int, int, int, bool);
void updateMaximizeButton_sys();
- void setWindowFilePath_sys(const QString &filePath);
void createWindow_sys();
void recreateMacWindow();
void setSubWindowStacking(bool set);