diff options
Diffstat (limited to 'quacker/quacker.h')
-rw-r--r-- | quacker/quacker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quacker/quacker.h b/quacker/quacker.h index 646e823..b56b91b 100644 --- a/quacker/quacker.h +++ b/quacker/quacker.h @@ -205,7 +205,7 @@ protected slots: // update history views when a new position is added void updateHistoryViews(); - void setCaption(const QString &text = QString::null); + void setCaption(const QString &text = QString()); void setModified(bool modified); // main timer |