Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 493514
Collapse All | Expand All

(-)qpdfview-0.4.7.org/sources/database.cpp (-2 / +2 lines)
Lines 511-523 Link Here
511
#endif // WITH_SQL
511
#endif // WITH_SQL
512
}
512
}
513
513
514
#ifdef WITH_SQL
515
514
QString Database::instanceName()
516
QString Database::instanceName()
515
{
517
{
516
    return !qApp->objectName().isNull() ? qApp->objectName() : QString("");
518
    return !qApp->objectName().isNull() ? qApp->objectName() : QString("");
517
}
519
}
518
520
519
#ifdef WITH_SQL
520
521
void Database::migrateTabs_v1_v2()
521
void Database::migrateTabs_v1_v2()
522
{
522
{
523
    QSqlQuery query(m_database);
523
    QSqlQuery query(m_database);

Return to bug 493514