~ubuntu-branches/ubuntu/quantal/recoll/quantal

« back to all changes in this revision

Viewing changes to qtgui/rclmain_w.h

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2012-05-18 10:59:21 UTC
  • mfrom: (1.3.9)
  • Revision ID: package-import@ubuntu.com-20120518105921-6eefevywd67qe3wj
Tags: 1.17.2-1
* New upstream release:
  + Dropped patches: fix-kFreeBSD-ftbfs.patch, recoll_ionice_getpid.patch.
    These are merged with upstream.
  + Refreshed patch: fix-python-install.patch.
* debian/rules, debian/control:
  + Added hardening support.
* debian/copyright:
  + Fixed duplicate Copyright sections.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
          m_idAllStem(0),
71
71
          m_idxproc(0),
72
72
          m_sortspecnochange(false),
73
 
          m_indexerState(IXST_RUNNINGNOTMINE)
 
73
          m_indexerState(IXST_RUNNINGNOTMINE),
 
74
          m_queryActive(false)
74
75
    {
75
76
        setupUi(this);
76
77
        init();
174
175
    DocSeqSortSpec    m_sortspec;
175
176
    RefCntr<DocSequence> m_source;
176
177
    IndexerState      m_indexerState;
 
178
    bool              m_queryActive;
177
179
 
178
180
    // If set on init, will be displayed either through ext app, or
179
181
    // preview (if no ext app set)