diff options
Diffstat (limited to 'klipper/toplevel.h')
-rw-r--r-- | klipper/toplevel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/klipper/toplevel.h b/klipper/toplevel.h index 3dbdf440c..e48ab9d83 100644 --- a/klipper/toplevel.h +++ b/klipper/toplevel.h @@ -154,6 +154,7 @@ private slots: void slotClearOverflow(); void slotCheckPending(); + void slotDelayedSetClipboard(); private: @@ -186,6 +187,8 @@ private: bool bSynchronize :1; bool bSelectionTextOnly :1; bool bIgnoreImages :1; + bool bSavedSelectionMode :1; + bool bCheckForEmpty :1; /** * Avoid reacting to our own changes, using this @@ -201,6 +204,7 @@ private: TDEConfig* m_config; TQTimer m_overflowClearTimer; TQTimer m_pendingCheckTimer; + TQTimer m_setClipboardTimer; bool m_pendingContentsCheck; ClipboardPoll* poll; static TDEAboutData* about_data; |