X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fuistyle.h;h=acf6597beffeff04ca92dc7c4c0a74258197665c;hb=e61d189229dc09fb5978a8a1bc10aed413cd4cbd;hp=b87e2211eaa939f77d89553812ccdc7fae33a315;hpb=5e4bfcea8cf62cded326d385acd47528c1974b09;p=quassel.git diff --git a/src/uisupport/uistyle.h b/src/uisupport/uistyle.h index b87e2211..acf6597b 100644 --- a/src/uisupport/uistyle.h +++ b/src/uisupport/uistyle.h @@ -105,7 +105,9 @@ public: None = 0x00000000, OwnMsg = 0x00000001, Highlight = 0x00000002, - Selected = 0x00000004 // must be last! + Selected = 0x00000004, + Hovered = 0x00000008, + Last = Hovered }; enum class ItemFormatType : quint32 { @@ -298,8 +300,8 @@ protected: /** * Cache the system locale timestamp format string * - * Based on whether or not AM/PM designators are used in the QLocale::system().timeFormat(), - * this extends the system locale timestamp format string to include seconds. + * Based on whether or not AM/PM designators are used in the QLocale.timeFormat(), this extends + * the application locale timestamp format string to include seconds. * * @see UiStyle::systemTimestampFormatString() */