mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-27 06:19:51 -05:00
Beta-3 Release Candidate branch (#753)
* Merge experimental session recording branch * Merge new CEF-based webgui branch
This commit is contained in:
@@ -31,8 +31,7 @@ namespace openspace {
|
||||
|
||||
class ShortcutTopic : public Topic {
|
||||
public:
|
||||
ShortcutTopic();
|
||||
virtual ~ShortcutTopic();
|
||||
virtual ~ShortcutTopic() = default;
|
||||
|
||||
void handleJson(const nlohmann::json& json) override;
|
||||
bool isDone() const override;
|
||||
|
||||
@@ -31,8 +31,7 @@ namespace openspace {
|
||||
|
||||
class VersionTopic : public Topic {
|
||||
public:
|
||||
VersionTopic();
|
||||
virtual ~VersionTopic();
|
||||
virtual ~VersionTopic() = default;
|
||||
|
||||
void handleJson(const nlohmann::json& json) override;
|
||||
bool isDone() const override;
|
||||
|
||||
Reference in New Issue
Block a user