~ubuntu-branches/ubuntu/trusty/bibletime/trusty

« back to all changes in this revision

Viewing changes to src/frontend/keychooser/clexiconkeychooser.cpp

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs, Jonathan Marsden, Dmitrijs Ledkovs
  • Date: 2012-04-14 18:11:50 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20120414181150-17l2liq7bl7oaxjz
Tags: 2.9.1-1
[ Jonathan Marsden ]
* New upstream version 2.9.1
* debian/patches/*: Remove all patches (incorporated upstream)
* debian/control: bibletime now depends on a matching version of
  bibletime-data.

[ Dmitrijs Ledkovs ]
* Add more strict alternative build-dependency on the libqt4-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
#include <algorithm>
13
13
#include <QHBoxLayout>
14
 
#include <QDebug>
15
 
#include "backend/config/cbtconfig.h"
16
14
#include "backend/drivers/cswordlexiconmoduleinfo.h"
17
15
#include "backend/keys/cswordldkey.h"
18
16
#include "frontend/keychooser/bthistory.h"
77
75
}
78
76
 
79
77
void CLexiconKeyChooser::setKey(CSwordKey* key) {
80
 
    qDebug() << "CLexiconKeyChooser::setKey";
81
 
 
82
78
    if (!(m_key = dynamic_cast<CSwordLDKey*>(key))) {
83
79
        return;
84
80
    }