Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel You committed Mar 1, 2025
1 parent 6576263 commit bb9261d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion toonz/sources/toonz/versioncontrolxmlreader.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#include <Qdebug>

#include "versioncontrolxmlreader.h"

// TnzBase includes
Expand Down
2 changes: 1 addition & 1 deletion toonz/sources/toonz/versioncontrolxmlwriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ QString SVNConfigWriter::writeSvnUser(QString name) {
QVBoxLayout* layout = new QVBoxLayout(&m_configUser);
layout->addWidget(new QLabel("User Name:"));
layout->addWidget(usernameEdit);
layout->addWidget(new QLabel("Pass Word:"));
layout->addWidget(new QLabel("Password:"));
layout->addWidget(passwordEdit);
layout->addWidget(userOkButton);
m_configUser.setLayout(layout);
Expand Down

0 comments on commit bb9261d

Please sign in to comment.