Rename pcapfileformatoptions to pcapoptionsdialog
This commit is contained in:
parent
f779b0138b
commit
71435869cf
@ -25,7 +25,7 @@ HEADERS = \
|
|||||||
streamfileformat.h
|
streamfileformat.h
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
pcapfileformatoptions.h
|
pcapoptionsdialog.h
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
ostprotolib.cpp \
|
ostprotolib.cpp \
|
||||||
@ -43,7 +43,7 @@ SOURCES += \
|
|||||||
spinboxdelegate.cpp
|
spinboxdelegate.cpp
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
pcapfileformatoptions.cpp
|
pcapoptionsdialog.cpp
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
vlanpdml.cpp \
|
vlanpdml.cpp \
|
||||||
|
@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
|||||||
|
|
||||||
#include "pcapfileformat.h"
|
#include "pcapfileformat.h"
|
||||||
|
|
||||||
#include "pcapfileformatoptions.h"
|
#include "pcapoptionsdialog.h"
|
||||||
|
|
||||||
#include "pdmlreader.h"
|
#include "pdmlreader.h"
|
||||||
#include "ostprotolib.h"
|
#include "ostprotolib.h"
|
||||||
|
@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
|
|||||||
along with this program. If not, see <http://www.gnu.org/licenses/>
|
along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pcapfileformatoptions.h"
|
#include "pcapoptionsdialog.h"
|
||||||
|
|
||||||
PcapImportOptionsDialog::PcapImportOptionsDialog(QVariantMap *options)
|
PcapImportOptionsDialog::PcapImportOptionsDialog(QVariantMap *options)
|
||||||
: QDialog(NULL)
|
: QDialog(NULL)
|
@ -16,8 +16,8 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>
|
along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||||
*/
|
*/
|
||||||
#ifndef _PCAP_FILE_FORMAT_OPTIONS_H
|
#ifndef _PCAP_OPTIONS_DIALOG_H
|
||||||
#define _PCAP_FILE_FORMAT_OPTIONS_H
|
#define _PCAP_OPTIONS_DIALOG_H
|
||||||
|
|
||||||
#include "ui_pcapfileimport.h"
|
#include "ui_pcapfileimport.h"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user