~ubuntu-branches/ubuntu/vivid/fbreader/vivid-proposed

« back to all changes in this revision

Viewing changes to fbreader/src/formats/FormatPlugin.h

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2007-12-04 12:51:45 UTC
  • Revision ID: james.westby@ubuntu.com-20071204125145-pw20qfyn0fx3h7jg
Tags: 0.8.8-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
#include <ZLOptions.h>
29
29
 
30
 
#include "util/EncodingDetector.h"
31
 
 
32
30
class BookDescription;
33
31
class BookModel;
34
32
class ZLOptionsDialog;
69
67
class PluginCollection {
70
68
 
71
69
public:
72
 
        ZLIntegerOption DefaultLanguageOption;
 
70
        ZLBooleanOption LanguageAutoDetectOption;
 
71
        ZLStringOption DefaultLanguageOption;
73
72
        ZLStringOption DefaultEncodingOption;
74
73
        
75
74
public: