qvolray

diff src/ui.cc @ 34:e7c006b774ed

icons
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 15 Apr 2012 00:11:38 +0300
parents 7e5a2dd9bca6
children
line diff
     1.1 --- a/src/ui.cc	Sat Apr 14 23:31:17 2012 +0300
     1.2 +++ b/src/ui.cc	Sun Apr 15 00:11:38 2012 +0300
     1.3 @@ -14,6 +14,9 @@
     1.4  MainWindow::MainWindow()
     1.5  {
     1.6  	setWindowTitle("Volume Renderer");
     1.7 +#ifdef __APPLE__
     1.8 +	setWindowIcon(QIcon("data/icons/icon-crap.icns"));
     1.9 +#endif
    1.10  
    1.11  	// OpenGL view (this must be initialized first)
    1.12  	maingl = new MainGLView;