Browse Source

...

pull/2/head
Skycoder42 7 years ago
parent
commit
9adffe3eed
  1. 4
      src/mvvmdatasynccore/exportsetupviewmodel.cpp
  2. 1
      src/mvvmdatasynccore/networkexchangeviewmodel.cpp

4
src/mvvmdatasynccore/exportsetupviewmodel.cpp

@ -20,8 +20,8 @@ ExportSetupViewModel::ExportSetupViewModel(QObject *parent) :
ViewModel(parent),
_label(),
_trusted(false),
_includeServer(false),
_password()
_password(),
_includeServer(false)
{
connect(this, &ExportSetupViewModel::trustedChanged,
this, &ExportSetupViewModel::validChanged);

1
src/mvvmdatasynccore/networkexchangeviewmodel.cpp

@ -4,6 +4,7 @@
#include "exportsetupviewmodel_p.h"
#include <QtMvvmCore/Messages>
#include <QtMvvmCore/CoreApp>
#include <QtDataSync/AccountManager>
#include <QtDataSync/SetupDoesNotExistException>

Loading…
Cancel
Save