mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 18:36:58 +03:00
NOISSUE fix minor memory leaks
This commit is contained in:
parent
67eca08b22
commit
eb747e08b7
7 changed files with 12 additions and 8 deletions
|
|
@ -10,6 +10,7 @@ LogView::LogView(QWidget* parent) : QPlainTextEdit(parent)
|
|||
|
||||
LogView::~LogView()
|
||||
{
|
||||
delete m_defaultFormat;
|
||||
}
|
||||
|
||||
void LogView::setWordWrap(bool wrapping)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue