diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-25 11:27:46 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-25 14:19:59 +0100 |
commit | 2826e614fb63448bf5801126e985cc53c1e11b8e (patch) | |
tree | 4d530f0fd4a4be846a3d11b623789d053695e0d0 /qxt-mini/qxtglobal.h | |
parent | 6145c2082d3d116962dc96602c9ad2d22d62c675 (diff) |
qxt-mini: refcount identical shortcuts rather than dropping them
Only for Linux. The OSX code should stay intact however.
Diffstat (limited to 'qxt-mini/qxtglobal.h')
-rw-r--r-- | qxt-mini/qxtglobal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qxt-mini/qxtglobal.h b/qxt-mini/qxtglobal.h index 913da556..6446b0ee 100644 --- a/qxt-mini/qxtglobal.h +++ b/qxt-mini/qxtglobal.h @@ -174,7 +174,6 @@ public: qxt_p_ptr = pub; } -protected: inline PUB& qxt_p() { return *qxt_p_ptr; |