src/gui.cpp

changeset 410
a5aebcf4a1c8
parent 409
8da2563c645a
child 411
fd90677cec8d
--- a/src/gui.cpp	Thu Aug 01 02:33:07 2013 +0300
+++ b/src/gui.cpp	Thu Aug 01 02:49:42 2013 +0300
@@ -915,4 +915,6 @@
 QImage imageFromScreencap (uchar* data, ushort w, ushort h) {
 	// GL and Qt formats have R and B swapped. Also, GL flips Y - correct it as well.
 	return QImage (data, w, h, QImage::Format_ARGB32).rgbSwapped().mirrored();
-}
\ No newline at end of file
+}
+
+#include "build/moc_gui.cpp"
\ No newline at end of file

mercurial