~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to RAGUI/DlgInspect.cpp

  • Committer: Viktor Bursian
  • Date: 2013-06-06 15:10:08 UTC
  • Revision ID: vbursian@gmail.com-20130606151008-6641eh62f0lgx8jt
Tags: version_0.3.0
versionĀ 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
*///////////////////////////////////////////////////////////////////////////////
10
10
#include "DlgInspect.h"
11
11
#include "Net.h"
12
 
#include "GeneralGUI.h"
13
12
namespace RA {
14
13
//------------------------------------------------------------------------------
15
14
 
45
44
 
46
45
  UpdatingTimer = new QTimer(this);
47
46
  connect(UpdatingTimer, SIGNAL(timeout()), Evolution, SLOT(Update()));
48
 
  UpdatingTimer->start(UpdatingPeriod);
 
47
  UpdatingTimer->start(sNavigator::UpdatingPeriod);
49
48
};
50
49
 
51
50
//------------------------------------------------------------------------------