mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-14 10:36:43 +00:00
Logging when layout's are loaded and saved
This commit is contained in:
@@ -3072,6 +3072,7 @@ bool MainWindow::restoreState(QVariantMap &state)
|
||||
|
||||
bool MainWindow::SaveLayout(int layout)
|
||||
{
|
||||
qInfo() << "SaveLayout " << layout;
|
||||
QString path = GetLayoutPath(layout);
|
||||
|
||||
QVariantMap state = saveState();
|
||||
@@ -3087,6 +3088,7 @@ bool MainWindow::SaveLayout(int layout)
|
||||
|
||||
bool MainWindow::LoadLayout(int layout)
|
||||
{
|
||||
qInfo() << "LoadLayout " << layout;
|
||||
QString path = GetLayoutPath(layout);
|
||||
|
||||
QFile f(path);
|
||||
|
||||
Reference in New Issue
Block a user