Skip to content

Commit

Permalink
libmythbase: Fix typo in MythSystemLegacyWindows
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Dec 23, 2020
1 parent 6143d57 commit 69b73c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/mythsystemwindows.cpp
Expand Up @@ -525,7 +525,7 @@ MythSystemLegacyWindows::MythSystemLegacyWindows(MythSystemLegacy *parent) :

connect(this, &MythSystemLegacyPrivate::started, m_parent, &MythSystemLegacy::started);
connect(this, &MythSystemLegacyPrivate::finished, m_parent, &MythSystemLegacy::finished);
connect(this, &MythSystemLegacyPrivate::error, m_parent,&MythSystemLegacy::error));
connect(this, &MythSystemLegacyPrivate::error, m_parent,&MythSystemLegacy::error);
connect(this, &MythSystemLegacyPrivate::readDataReady,
m_parent, &MythSystemLegacy::readDataReady);

Expand Down

0 comments on commit 69b73c6

Please sign in to comment.