Add DPI export targets

This commit is contained in:
GenevensiS
2025-12-04 18:12:10 +01:00
committed by GitHub
parent 2932d0007d
commit 4e197a75cb
7 changed files with 128 additions and 122 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ public:
~SetView();
/// Get the set that is currently being viewed
//inline SetP getSet() const { return set; }
inline SetP getSet() const { return set; }
/// Change the set that is being viewed
void setSet(const SetP& set);