comparison mainwindow.cpp @ 197:2afac743acdf

* Add (rather crappy) program icon. Still lacks platform icon support on OS/X and Linux/X11
author Chris Cannam
date Mon, 03 Jan 2011 12:35:13 +0000
parents dbc8d97caaf4
children 4adbd5c9c15d
comparison
equal deleted inserted replaced
196:dbc8d97caaf4 197:2afac743acdf
43 43
44 44
45 MainWindow::MainWindow(QString myDirPath) : 45 MainWindow::MainWindow(QString myDirPath) :
46 m_myDirPath(myDirPath) 46 m_myDirPath(myDirPath)
47 { 47 {
48 setWindowIcon(QIcon(":images/easyhg-icon.png"));
49
48 QString wndTitle; 50 QString wndTitle;
49 51
50 fsWatcher = 0; 52 fsWatcher = 0;
51 commitsSincePush = 0; 53 commitsSincePush = 0;
52 shouldHgStat = true; 54 shouldHgStat = true;