~pkgcrosswire/bibletime/main

« back to all changes in this revision

Viewing changes to src/util/btmodules.h

  • Committer: Jonathan Marsden
  • Date: 2011-12-23 20:32:12 UTC
  • Revision ID: jmarsden@fastmail.fm-20111223203212-1g3e35rlhbys07iu
New upstream version 2.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*********
 
2
*
 
3
* This file is part of BibleTime's source code, http://www.bibletime.info/.
 
4
*
 
5
* Copyright 1999-2011 by the BibleTime developers.
 
6
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
 
7
*
 
8
**********/
 
9
 
 
10
#include <QString>
 
11
#include <QStringList>
 
12
 
 
13
bool equalModuleCategories(const QString& name1, const QString& name2);
 
14
 
 
15
int  leftLikeParallelModules(const QStringList modules);
 
16