diff options
author | Timothy Pearson <[email protected]> | 2014-10-05 15:59:23 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-05 15:59:23 -0500 |
commit | 7cd4adc908abf8c5e3b391c4a88f0514ba8468c4 (patch) | |
tree | 59f4f1c7a50f5701c442aed0c69ecb9249b09076 /tdeui/tdemainwindow.h | |
parent | 67d3c303f3ba902ebc8337d683cc184340d5db32 (diff) | |
download | tdelibs-7cd4adc908abf8c5e3b391c4a88f0514ba8468c4.tar.gz tdelibs-7cd4adc908abf8c5e3b391c4a88f0514ba8468c4.zip |
Add proper refcounting option to TDEMainWindow
This relates to the discussion at:
http://lists.kde.org/?l=kde-core-devel&m=107208785431497&w=2
Clean up a few minor code formatting issues
Diffstat (limited to 'tdeui/tdemainwindow.h')
-rw-r--r-- | tdeui/tdemainwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tdeui/tdemainwindow.h b/tdeui/tdemainwindow.h index f2898ab06..856590ab9 100644 --- a/tdeui/tdemainwindow.h +++ b/tdeui/tdemainwindow.h @@ -151,7 +151,8 @@ public: */ enum CreationFlags { - NoDCOPObject = 1 + NoDCOPObject = 1, + NewRefCountMode = 2 }; /** |