Skip to content

Commit db2e8f8

Browse files
author
nephros
committed
Fix syntax / copypaste error
1 parent b93fd0c commit db2e8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qml/patchmanager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ void PatchManager::activation(const QString &patch, const QString &version)
10251025
\warning probably dead code, need to investigate
10261026
probably \internal, using \a easterText
10271027
*/
1028-
void PatchManager::easterReceived(const QString &easterText);
1028+
void PatchManager::easterReceived(const QString &easterText)
10291029
{
10301030
}
10311031

0 commit comments

Comments
 (0)