mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-04-29 22:24:26 +02:00
Set parent for LogModel
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
parent
521302a962
commit
29b81e7163
@ -53,7 +53,7 @@ OtherLogsPage::OtherLogsPage(InstancePtr instance, IPathMatcher::Ptr fileFilter,
|
||||
, m_path(instance->getLogFileRoot())
|
||||
, m_fileFilter(fileFilter)
|
||||
, m_watcher(new RecursiveFileSystemWatcher(this))
|
||||
, m_model(new LogModel())
|
||||
, m_model(new LogModel(this))
|
||||
{
|
||||
ui->setupUi(this);
|
||||
ui->tabWidget->tabBar()->hide();
|
||||
|
Loading…
x
Reference in New Issue
Block a user