[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/kleopatra/utils
From:       Marc Mutz <mutz () kde ! org>
Date:       2008-04-08 12:47:35
Message-ID: 1207658855.205912.31170.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 794721 by mutz:

Call base ctors explicitly; --warnings

 M  +4 -2      filesystemwatcher.cpp  


--- trunk/KDE/kdepim/kleopatra/utils/filesystemwatcher.cpp #794720:794721
@@ -99,11 +99,13 @@
     m_timer.start();
 }
 
-FileSystemWatcher::FileSystemWatcher( QObject* parent ) : d( new Private( this ) )
+FileSystemWatcher::FileSystemWatcher( QObject* p )
+    : QObject( p ), d( new Private( this ) )
 {
 }
 
-FileSystemWatcher::FileSystemWatcher( const QStringList& paths, QObject* parent ) : \
d( new Private( this, paths ) ) +FileSystemWatcher::FileSystemWatcher( const \
QStringList& paths, QObject* p ) +    : QObject( p ), d( new Private( this, paths ) )
 {
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic