Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
CountMurphy committed Sep 27, 2020
1 parent d11a07b commit b7f38fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
a.setApplicationName("QTalarm");
a.setOrganizationName("QTalarm");
//forcing default font size.
//QFont font = qApp->font();
//font.setPixelSize(10);
//qApp->setFont(font);
MainWindow w;
if(FileIO::LoadWindowShow() || !QSystemTrayIcon::isSystemTrayAvailable())
{
Expand Down

0 comments on commit b7f38fc

Please sign in to comment.