summaryrefslogtreecommitdiff
path: root/ui/qt/byte_view_tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/byte_view_tab.h')
-rw-r--r--ui/qt/byte_view_tab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt/byte_view_tab.h b/ui/qt/byte_view_tab.h
index b71ecd37bb..89c2008d3c 100644
--- a/ui/qt/byte_view_tab.h
+++ b/ui/qt/byte_view_tab.h
@@ -44,16 +44,19 @@ public:
private:
void setTabsVisible();
capture_file *cap_file_;
+ QFont mono_font_;
protected:
void tabInserted(int index);
void tabRemoved(int index);
signals:
+ void monospaceFontChanged(const QFont &mono_font);
public slots:
void protoTreeItemChanged(QTreeWidgetItem *current);
void setCaptureFile(capture_file *cf);
+ void setMonospaceFont(const QFont &mono_font);
};
#endif // BYTE_VIEW_TAB_H