diff include/gui/dialog/settings.h @ 62:4c6dd5999b39

*: update 1. updated animia 2. use widestrings for filesystem on Windows
author Paper <mrpapersonic@gmail.com>
date Sun, 01 Oct 2023 06:16:06 -0400
parents d0adc4aedfc8
children 2417121d894e
line wrap: on
line diff
--- a/include/gui/dialog/settings.h	Fri Sep 29 15:52:31 2023 -0400
+++ b/include/gui/dialog/settings.h	Sun Oct 01 06:16:06 2023 -0400
@@ -16,7 +16,7 @@
 	public:
 		SettingsPage(QWidget* parent = nullptr, QString title = "");
 		void SetTitle(QString title);
-		virtual void SaveInfo();
+		virtual void SaveInfo() = 0;
 		void AddTab(QWidget* tab, QString title = "");
 
 	private: