mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-30 02:16:33 +00:00
Handle example editors better - don't treat example name as filename
This commit is contained in:
@@ -59,6 +59,7 @@ class EditorWrapper : public QFrame
|
||||
RDLabel *m_Warning;
|
||||
|
||||
QString m_Filename;
|
||||
QString m_Title;
|
||||
bool m_Modified = false;
|
||||
|
||||
bool m_UIExt = false;
|
||||
@@ -74,6 +75,9 @@ public:
|
||||
QString filename() { return m_Filename; }
|
||||
void setFilename(QString filename);
|
||||
|
||||
QString title() { return m_Title; }
|
||||
void setTitle(QString title);
|
||||
|
||||
void setWarning(QString text);
|
||||
|
||||
bool isModified() { return m_Modified; }
|
||||
|
||||
Reference in New Issue
Block a user