Switch to unified view

a/src/qtgui/ssearch_w.cpp b/src/qtgui/ssearch_w.cpp
...
...
32
32
33
#include "debuglog.h"
33
#include "debuglog.h"
34
#include "guiutils.h"
34
#include "guiutils.h"
35
#include "searchdata.h"
35
#include "searchdata.h"
36
#include "ssearch_w.h"
36
#include "ssearch_w.h"
37
#include "refcntr.h"
37
#include MEMORY_INCLUDE
38
#include "textsplit.h"
38
#include "textsplit.h"
39
#include "wasatorcl.h"
39
#include "wasatorcl.h"
40
#include "rclhelp.h"
40
#include "rclhelp.h"
41
#include "xmltosd.h"
41
#include "xmltosd.h"
42
#include "smallut.h"
42
#include "smallut.h"
...
...
307
307
308
    xml << "</SD>\n";
308
    xml << "</SD>\n";
309
    m_xml = xml.str();
309
    m_xml = xml.str();
310
    LOGDEB(("SSearch::startSimpleSearch:xml:[%s]\n", m_xml.c_str()));
310
    LOGDEB(("SSearch::startSimpleSearch:xml:[%s]\n", m_xml.c_str()));
311
311
312
    RefCntr<Rcl::SearchData> rsdata(sdata);
312
    STD_SHARED_PTR<Rcl::SearchData> rsdata(sdata);
313
    emit startSearch(rsdata, true);
313
    emit startSearch(rsdata, true);
314
    return true;
314
    return true;
315
}
315
}
316
316
317
bool SSearch::fromXML(const SSearchDef& fxml)
317
bool SSearch::fromXML(const SSearchDef& fxml)