From def9f251739e9a0d6d0ff1c98dc4562dade3e9ef Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Tue, 15 Aug 2023 19:55:52 -0400 Subject: Implement "fill address" in instance settings Implement the "fill address" action in the instance login settings frame that is in the network tab. --- src/archive/base_archive.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/archive/base_archive.h') diff --git a/src/archive/base_archive.h b/src/archive/base_archive.h index fcabcf1..4fdf08c 100644 --- a/src/archive/base_archive.h +++ b/src/archive/base_archive.h @@ -29,6 +29,7 @@ public: virtual void update_status_list(ViewStatusTypes allowed_types, QListWidget *parent) = 0; virtual const QString get_html_status_info(int status_index, int text_zone_width, StatusType status_type, QLocale* locale) = 0; virtual const QString get_html_status_text(int status_index) = 0; + virtual const QString get_instance_address(); protected: Archive(const QString& main_filename); -- cgit v1.2.3-54-g00ecf