mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-17 11:10:45 +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)
|
bool MainWindow::OpenProfile(QString profileName, bool skippassword)
|
||||||
{
|
{
|
||||||
@ -1077,7 +1077,7 @@ void MainWindow::setRecBoxHTML(QString html)
|
|||||||
{
|
{
|
||||||
ui->recordsBox->setHtml(html);
|
ui->recordsBox->setHtml(html);
|
||||||
}
|
}
|
||||||
|
/***
|
||||||
QString MainWindow::getWelcomeHTML()
|
QString MainWindow::getWelcomeHTML()
|
||||||
{
|
{
|
||||||
// This is messy, but allows it to be translated easier
|
// This is messy, but allows it to be translated easier
|
||||||
@ -1171,7 +1171,7 @@ QString MainWindow::getWelcomeHTML()
|
|||||||
|
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
***/
|
||||||
void MainWindow::updateFavourites()
|
void MainWindow::updateFavourites()
|
||||||
{
|
{
|
||||||
QDate date = p_profile->LastDay(MT_JOURNAL);
|
QDate date = p_profile->LastDay(MT_JOURNAL);
|
||||||
|
@ -332,7 +332,7 @@ private:
|
|||||||
void finishCPAPImport();
|
void finishCPAPImport();
|
||||||
QList<ImportPath> detectCPAPCards();
|
QList<ImportPath> detectCPAPCards();
|
||||||
|
|
||||||
QString getWelcomeHTML();
|
// QString getWelcomeHTML();
|
||||||
void FreeSessions();
|
void FreeSessions();
|
||||||
|
|
||||||
Ui::MainWindow *ui;
|
Ui::MainWindow *ui;
|
||||||
|
Loading…
Reference in New Issue
Block a user