Subversion Repositories public iLand

Rev

Rev 222 | Rev 225 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 222 Rev 223
Line 4... Line 4...
4

4

5
  */
5
  */
6
6
7
#include "global.h"
7
#include "global.h"
8
#include "outputmanager.h"
8
#include "outputmanager.h"
-
 
9
#include "helper.h"
9
#include <QtCore>
10
#include <QtCore>
10
11
11
// tree outputs
12
// tree outputs
12
#include "treeout.h"
13
#include "treeout.h"
13
#include "standout.h"
14
#include "standout.h"
Line 61... Line 62...
61
        p->endTransaction();
62
        p->endTransaction();
62
}
63
}
63
64
64
bool OutputManager::execute(const QString& tableName)
65
bool OutputManager::execute(const QString& tableName)
65
{
66
{
-
 
67
    DebugTimer t("OutputManager::execute()");
66
    Output *p = find(tableName);
68
    Output *p = find(tableName);
67
    if (p) {
69
    if (p) {
68
        if (!p->isEnabled())
70
        if (!p->isEnabled())
69
            return false;
71
            return false;
70
        if(!p->isOpen())
72
        if(!p->isOpen())