~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to RAMain/SingleApplication.h

  • Committer: Viktor Bursian at blin-Vista
  • Date: 2014-02-19 13:23:07 UTC
  • mto: (4.6.3 DN)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: vbursian@gmail.com-20140219132307-paqv9dz1gwzg8sm6
multiple changes, mainly in drivers and consoles

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
{
25
25
  Q_OBJECT
26
26
  public:
27
 
                              ~sSingleApplication ();
 
27
    virtual                   ~sSingleApplication ();
28
28
    explicit                  sSingleApplication (QString  LocalServerName
29
29
                                                ,int      argc
30
30
                                                ,char *   argv[]);