aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive/base_archive.h
diff options
context:
space:
mode:
authorConfuSomu2023-08-15 19:55:52 -0400
committerConfuSomu2023-08-15 20:16:07 -0400
commitdef9f251739e9a0d6d0ff1c98dc4562dade3e9ef (patch)
tree1e36bddaf8d04312cf81f5335f3afedc6aa5c784 /src/archive/base_archive.h
parentade98b4cf6630635e2fdbf84ac29fe83a79cc371 (diff)
downloadActorViewer-def9f251739e9a0d6d0ff1c98dc4562dade3e9ef.tar
ActorViewer-def9f251739e9a0d6d0ff1c98dc4562dade3e9ef.tar.gz
ActorViewer-def9f251739e9a0d6d0ff1c98dc4562dade3e9ef.zip
Implement "fill address" in instance settings
Implement the "fill address" action in the instance login settings frame that is in the network tab.
Diffstat (limited to 'src/archive/base_archive.h')
-rw-r--r--src/archive/base_archive.h1
1 files changed, 1 insertions, 0 deletions
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);