Skip to content

Commit

Permalink
Latest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mpconley committed Nov 26, 2022
1 parent 6fc091d commit 5e1fb57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/TMainConsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ TMainConsole::~TMainConsole()
qDebug() << "TCommandLine::~TConsole(...) INFO - Saving profile's own Hunspell dictionary...";
mudlet::self()->saveDictionary(mudlet::self()->getMudletPath(mudlet::profileDataItemPath, mProfileName, qsl("profile")), mWordSet_profile);
}

if (mpVideoPlayer) {
mpVideoPlayer->widget_video->deleteLater();
}
}

void TMainConsole::setLabelStyleSheet(std::string& buf, std::string& sh)
Expand Down

0 comments on commit 5e1fb57

Please sign in to comment.