[nostalgia/studio] Add ability to subscribe to updates to files
This commit is contained in:
@@ -13,11 +13,12 @@
|
||||
|
||||
namespace nostalgia::studio {
|
||||
|
||||
struct Context {
|
||||
QString appName;
|
||||
QString orgName;
|
||||
QWidget* tabParent = nullptr;
|
||||
const class Project* project = nullptr;
|
||||
class Context {
|
||||
public:
|
||||
QString appName;
|
||||
QString orgName;
|
||||
QWidget* tabParent = nullptr;
|
||||
const class Project* project = nullptr;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user