diff options
Diffstat (limited to 'ui/qt/capture_file_dialog.h')
-rw-r--r-- | ui/qt/capture_file_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt/capture_file_dialog.h b/ui/qt/capture_file_dialog.h index 3ef4f02e51..f9bd637b33 100644 --- a/ui/qt/capture_file_dialog.h +++ b/ui/qt/capture_file_dialog.h @@ -68,7 +68,7 @@ public: int mergeType(); int selectedFileType(); - bool isCompressed(); + wtap_compression_type compressionType(); private: capture_file *cap_file_; @@ -119,7 +119,7 @@ private: #else // Q_OS_WIN int file_type_; int merge_type_; - gboolean compressed_; + wtap_compression_type compression_type_; #endif // Q_OS_WIN signals: |