Skip to content
Snippets Groups Projects
Commit c03bcef4 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

VcsBase: Replace a struct with class


Change-Id: I5895e759820a358cd1d54888bfe84ddccb484967
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent 9e3005ee
No related branches found
No related tags found
No related merge requests found
...@@ -264,8 +264,9 @@ void OutputWindowPlainTextEdit::setFormat(enum VcsBaseOutputWindow::MessageStyle ...@@ -264,8 +264,9 @@ void OutputWindowPlainTextEdit::setFormat(enum VcsBaseOutputWindow::MessageStyle
} // namespace Internal } // namespace Internal
// ------------------- VcsBaseOutputWindowPrivate // ------------------- VcsBaseOutputWindowPrivate
struct VcsBaseOutputWindowPrivate class VcsBaseOutputWindowPrivate
{ {
public:
static VcsBaseOutputWindow *instance; static VcsBaseOutputWindow *instance;
Internal::OutputWindowPlainTextEdit *plainTextEdit(); Internal::OutputWindowPlainTextEdit *plainTextEdit();
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
namespace VcsBase { namespace VcsBase {
struct VcsBaseOutputWindowPrivate; class VcsBaseOutputWindowPrivate;
class VCSBASE_EXPORT VcsBaseOutputWindow : public Core::IOutputPane class VCSBASE_EXPORT VcsBaseOutputWindow : public Core::IOutputPane
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment