From 9d6c759ac1adc5cb654bb3ada6b1d64cddc7217d Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 02 Jun 2005 10:38:42 +0000 Subject: more work on recursive watches --- (limited to 'examples') diff --git a/examples/opiecore/onotifytest/main.cpp b/examples/opiecore/onotifytest/main.cpp index 8374c59..b773da9 100644 --- a/examples/opiecore/onotifytest/main.cpp +++ b/examples/opiecore/onotifytest/main.cpp @@ -33,7 +33,7 @@ App::App( int argc, char** argv ) : QApplication( argc, argv ) ODirNotification* tmpfoo = new ODirNotification( 0, 0 ); - int result = tmpfoo->watch( "/tmp/foo", false, CreateFile, 1 ); + int result = tmpfoo->watch( "/tmp/foo", false, CreateFile, 2 ); QObject::connect( tmpfoo, SIGNAL(triggered(const QString&,unsigned int,const QString&)), this, SLOT(triggered(const QString&,unsigned int,const QString&)) ); } -- cgit v0.9.0.2