mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 13:45:55 +00:00
linux compile fixes
This commit is contained in:
+2
-1
@@ -40,7 +40,8 @@
|
||||
|
||||
#include <QtWidgets>
|
||||
|
||||
#include "flowlayout.h"
|
||||
#include "FlowLayout.h"
|
||||
|
||||
FlowLayout::FlowLayout(QWidget *parent, int margin, int hSpacing, int vSpacing)
|
||||
: QLayout(parent), m_hSpace(hSpacing), m_vSpace(vSpacing)
|
||||
{
|
||||
|
||||
@@ -186,7 +186,6 @@ void EventBrowser::on_timeDraws_clicked()
|
||||
|
||||
GUIInvoke::blockcall([this, results]() {
|
||||
SetDrawcallTimes(ui->events->topLevelItem(0), results);
|
||||
_CrtCheckMemory();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user