Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
camila314 committed Aug 25, 2024
1 parent f18b87f commit 90233f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Source/GUI/MemWatcher/MemWatchWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -985,11 +985,13 @@ QString MemWatchWidget::saveWatchModel()
return saveDoc.toJson();
}

QString MemWatchWidget::getWatchFile() const {
QString MemWatchWidget::getWatchFile() const
{
return m_watchListFile;
}

void MemWatchWidget::setWatchFile(const QString& path) {
void MemWatchWidget::setWatchFile(const QString& path)
{
m_watchListFile = path;
}

Expand Down

0 comments on commit 90233f8

Please sign in to comment.