~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to RAGUI/DBLinkingDialogs.h

  • Committer: Viktor Bursian at blin-Vista
  • Date: 2013-08-07 12:37:49 UTC
  • mto: (4.2.3 trunk)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: vbursian@gmail.com-20130807123749-mny6ai33h155gi05
Тьюнинг под мастдай

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
*///////////////////////////////////////////////////////////////////////////////
9
9
#ifndef DBLinkingDialogs_H
10
10
#define DBLinkingDialogs_H
 
11
#include "RAGUI_global.h"
11
12
#include "DB_Link.h"
12
13
#include <QDialog>
13
14
#include <QVBoxLayout>
21
22
 
22
23
//-------------------------------------------------------- sEditDBInfoDialog ---
23
24
 
24
 
class sEditDBInfoDialog : public QDialog
 
25
class RAGUI_EXPORT  sEditDBInfoDialog : public QDialog
25
26
{
26
27
  Q_OBJECT
27
28
  public://types
61
62
 
62
63
//-------------------------------------------------------- sEditDBLinkDialog ---
63
64
 
64
 
class sEditDBLinkDialog : public sEditDBInfoDialog
 
65
class RAGUI_EXPORT  sEditDBLinkDialog : public sEditDBInfoDialog
65
66
{
66
67
  Q_OBJECT
67
68
  public: