Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Aug 20, 2020
1 parent d10bc71 commit 97d2ce7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions src/plugins/miscellaneous/Core/src/filemanager.cpp
Expand Up @@ -62,10 +62,6 @@ FileManager::FileManager()

FileManager::~FileManager()
{
// Delete some internal objects

delete mTimer;

// Remove all the managed files

for (auto file : mFiles) {
Expand Down
Expand Up @@ -501,15 +501,6 @@ PmrWorkspacesWindowWidget::PmrWorkspacesWindowWidget(const QString &pPmrUrl,

//==============================================================================

PmrWorkspacesWindowWidget::~PmrWorkspacesWindowWidget()
{
// Delete some internal objects

delete mTimer;
}

//==============================================================================

void PmrWorkspacesWindowWidget::retranslateUi()
{
// Retranslate our actions
Expand Down
Expand Up @@ -168,7 +168,6 @@ class PmrWorkspacesWindowWidget : public Core::TreeViewWidget
explicit PmrWorkspacesWindowWidget(const QString &pPmrUrl,
PMRSupport::PmrWebService *pPmrWebService,
PmrWorkspacesWindowWindow *pParent);
~PmrWorkspacesWindowWidget() override;

void retranslateUi() override;

Expand Down

0 comments on commit 97d2ce7

Please sign in to comment.