┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinfontrequester.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinfontrequester.h')
-rw-r--r--src/dolphinfontrequester.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dolphinfontrequester.h b/src/dolphinfontrequester.h
index 83a478a30..34d69ad61 100644
--- a/src/dolphinfontrequester.h
+++ b/src/dolphinfontrequester.h
@@ -57,6 +57,10 @@ public:
void setCustomFont(const QFont& font);
QFont customFont() const;
+signals:
+ /** Is emitted, if the font has been changed. */
+ void changed();
+
protected:
bool event(QEvent* event);