ginebra2/Application.cpp
changeset 12 afcd8e6d025b
parent 9 b39122337a00
child 16 3c88a81ff781
equal deleted inserted replaced
11:786160610b4d 12:afcd8e6d025b
    64 
    64 
    65 void GinebraApplication::debug(const QString &msg) {
    65 void GinebraApplication::debug(const QString &msg) {
    66       qDebug() << msg;
    66       qDebug() << msg;
    67 }
    67 }
    68 
    68 
       
    69 QString GinebraApplication::layoutType() {
       
    70 
       
    71     QString layout;
       
    72 #ifdef BROWSER_LAYOUT_TENONE
       
    73     layout = "tenone";
       
    74 #else
       
    75     layout = "default";
       
    76 #endif
       
    77 
       
    78     return layout;
    69 }
    79 }
       
    80 
       
    81 
       
    82 }