mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 20:20:44 +00:00
Comment-out obsolete code to create Welcome message.
This commit is contained in:
parent
f3ba9747fd
commit
c751182aa5
@ -390,7 +390,7 @@ void MainWindow::firstRunMessage()
|
||||
}
|
||||
}
|
||||
|
||||
QString GenerateWelcomeHTML();
|
||||
// QString GenerateWelcomeHTML();
|
||||
|
||||
bool MainWindow::OpenProfile(QString profileName, bool skippassword)
|
||||
{
|
||||
@ -1077,7 +1077,7 @@ void MainWindow::setRecBoxHTML(QString html)
|
||||
{
|
||||
ui->recordsBox->setHtml(html);
|
||||
}
|
||||
|
||||
/***
|
||||
QString MainWindow::getWelcomeHTML()
|
||||
{
|
||||
// This is messy, but allows it to be translated easier
|
||||
@ -1171,7 +1171,7 @@ QString MainWindow::getWelcomeHTML()
|
||||
|
||||
;
|
||||
}
|
||||
|
||||
***/
|
||||
void MainWindow::updateFavourites()
|
||||
{
|
||||
QDate date = p_profile->LastDay(MT_JOURNAL);
|
||||
|
@ -332,7 +332,7 @@ private:
|
||||
void finishCPAPImport();
|
||||
QList<ImportPath> detectCPAPCards();
|
||||
|
||||
QString getWelcomeHTML();
|
||||
// QString getWelcomeHTML();
|
||||
void FreeSessions();
|
||||
|
||||
Ui::MainWindow *ui;
|
||||
|
Loading…
Reference in New Issue
Block a user