Gui: Fix header uniformity, whitespace, and doxygen fixes

This commit is contained in:
luz paz
2020-11-25 22:03:45 -05:00
committed by wwmayer
parent c6faecdcee
commit 298c677873
283 changed files with 2026 additions and 1903 deletions

View File

@@ -58,6 +58,6 @@ void TransactionViewProvider::applyNew(App::Document& Doc, App::TransactionalObj
void TransactionViewProvider::applyDel(App::Document& Doc, App::TransactionalObject* pcObj)
{
// nothing to do here
Q_UNUSED(Doc);
Q_UNUSED(pcObj);
Q_UNUSED(Doc);
Q_UNUSED(pcObj);
}