From 22718cef13818ab97d745530bb2b4a6826053520 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 1 Aug 2009 18:33:12 +0000 Subject: Use QTemporaryFile instead of QFile. This assures an automatic deleting of the file and works reliable on multiuser system. Thanks to André Wöbbeking for the hint! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/KDE/kdebase/apps/; revision=1005674 --- src/revisioncontrolplugin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/revisioncontrolplugin.h') diff --git a/src/revisioncontrolplugin.h b/src/revisioncontrolplugin.h index b72968504..d9767cf74 100644 --- a/src/revisioncontrolplugin.h +++ b/src/revisioncontrolplugin.h @@ -166,6 +166,7 @@ signals: #include #include +#include class LIBDOLPHINPRIVATE_EXPORT SubversionPlugin : public RevisionControlPlugin { @@ -225,6 +226,8 @@ private: QString m_contextDir; KFileItemList m_contextItems; + + QTemporaryFile m_tempFile; }; #endif // REVISIONCONTROLPLUGIN_H -- cgit v1.3