chore: remove unused MainWindow::getTimeStamp
This commit is contained in:
committed by
Chris Rizzitello
parent
b204204920
commit
8134521cca
@ -852,11 +852,6 @@ void MainWindow::checkFingerprint(const QString &line)
|
||||
}
|
||||
}
|
||||
|
||||
QString MainWindow::getTimeStamp() const
|
||||
{
|
||||
return QStringLiteral("[%1]").arg(QDateTime::currentDateTime().toString(Qt::ISODate));
|
||||
}
|
||||
|
||||
void MainWindow::closeEvent(QCloseEvent *event)
|
||||
{
|
||||
if (Settings::value(Settings::Gui::CloseToTray).toBool() && event->spontaneous()) {
|
||||
|
||||
@ -134,7 +134,6 @@ private:
|
||||
void updateFromLogLine(const QString &line);
|
||||
void checkConnected(const QString &line);
|
||||
void checkFingerprint(const QString &line);
|
||||
[[nodiscard]] QString getTimeStamp() const;
|
||||
void closeEvent(QCloseEvent *event) override;
|
||||
void secureSocket(bool secureSocket);
|
||||
void connectSlots();
|
||||
|
||||
Reference in New Issue
Block a user