mirror of
https://github.com/yse/easy_profiler.git
synced 2025-01-14 00:27:55 +08:00
(ProfGraphicsView) Fixed Windows compile errors
This commit is contained in:
parent
c28b720c71
commit
66709981a8
@ -1883,7 +1883,7 @@ ProfThreadViewWidget::~ProfThreadViewWidget()
|
||||
|
||||
}
|
||||
|
||||
void ProfThreadViewWidget::onSelectedThreadChange()
|
||||
void ProfThreadViewWidget::onSelectedThreadChange(::profiler::thread_id_t _id)
|
||||
{
|
||||
/*
|
||||
auto threadName = ::profiler_gui::EASY_GLOBALS.profiler_blocks[::profiler_gui::EASY_GLOBALS.selected_thread].thread_name;
|
||||
|
@ -362,7 +362,7 @@ public:
|
||||
ProfThreadViewWidget(QWidget *parent, ProfGraphicsView* view);
|
||||
virtual ~ProfThreadViewWidget();
|
||||
public slots:
|
||||
void onSelectedThreadChange();
|
||||
void onSelectedThreadChange(::profiler::thread_id_t _id);
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user