From d8a8c7bf9559dd1ad6a72c9e5582d72a176c97f6 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Fri, 23 Apr 2004 14:43:53 +0000 Subject: disambiguate the API (triggered by gcc 3.4 ;) --- (limited to 'libopie2/opienet') diff --git a/libopie2/opienet/opcap.cpp b/libopie2/opienet/opcap.cpp index 067d6b7..f8ebe6b 100644 --- a/libopie2/opienet/opcap.cpp +++ b/libopie2/opienet/opcap.cpp @@ -1283,10 +1283,8 @@ bool OPacketCapturer::openDumpFile( const QString& filename ) } -bool OPacketCapturer::open( const QFile& file ) +bool OPacketCapturer::openCaptureFile( const QString& name ) { - QString name = file.name(); - if ( _open ) { close(); diff --git a/libopie2/opienet/opcap.h b/libopie2/opienet/opcap.h index 2dbe030..9e718d5 100644 --- a/libopie2/opienet/opcap.h +++ b/libopie2/opienet/opcap.h @@ -663,9 +663,9 @@ class OPacketCapturer : public QObject */ bool open( const QString& interface ); /** - * Open the packet capturer to capture packets in offline-mode from @a file. + * Open the packet capturer to capture packets in offline-mode from @a filename. */ - bool open( const QFile& file ); + bool openCaptureFile( const QString& filename ); /** * Open a prerecorded tcpdump compatible capture file for use with @ref dump() */ -- cgit v0.9.0.2