aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/tip
diff options
context:
space:
mode:
authorGravatar IceN9ne2018-11-28 22:00:54 -0500
committerGravatar IceN9ne2018-11-28 22:02:03 -0500
commit2c52bee29d4636bcdce407ac91b353d34d89258c (patch)
tree2da7f0051d989cbf027863fef7955590d2869405 /src/modules/tip
parentRemove unnecessary usages of the inline keyword per language evolution. (diff)
downloadKVIrc-2c52bee29d4636bcdce407ac91b353d34d89258c.tar.gz
KVIrc-2c52bee29d4636bcdce407ac91b353d34d89258c.tar.bz2
KVIrc-2c52bee29d4636bcdce407ac91b353d34d89258c.zip
Use override where possible and remove unnecessary usages of the virtual keyword.
Diffstat (limited to 'src/modules/tip')
-rw-r--r--src/modules/tip/libkvitip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/tip/libkvitip.h b/src/modules/tip/libkvitip.h
index 09f06a120..89880864b 100644
--- a/src/modules/tip/libkvitip.h
+++ b/src/modules/tip/libkvitip.h
@@ -60,7 +60,7 @@ protected:
KviConfigurationFile * m_pConfig;
QString m_szConfigFileName; // no path!
protected:
- virtual void showEvent(QShowEvent * e);
+ void showEvent(QShowEvent * e) override;
public:
bool openConfig(QString filename, bool bEnsureExists = true);