Skip to content

Commit

Permalink
Removed sample image from resources.
Browse files Browse the repository at this point in the history
Fixed 2 warnings.
  • Loading branch information
riuson committed Dec 26, 2010
1 parent 3f9d3a7 commit 79583f9
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions classes/bitmaphelper.cpp
Expand Up @@ -25,6 +25,8 @@ QImage BitmapHelper::transform(BitmapHelperTransformCodes type, QImage *source)
case Inverse:
result.invertPixels();
break;
default:
break;
}
return result;
}
Expand Down
2 changes: 1 addition & 1 deletion controls/dialogconvert.cpp
Expand Up @@ -162,7 +162,7 @@ void DialogConvert::on_comboBoxRotate_currentIndexChanged(int index)
int a = data.toInt(&ok);
if (ok)
{
BitmapHelper::BitmapHelperTransformCodes rotate = (BitmapHelper::BitmapHelperTransformCodes)a;
//BitmapHelper::BitmapHelperTransformCodes rotate = (BitmapHelper::BitmapHelperTransformCodes)a;
int b = this->mConverter->transform();
b = b & ~(0x00000003);
b = b | a;
Expand Down
1 change: 0 additions & 1 deletion resources/font.tmpl
Expand Up @@ -2,7 +2,6 @@
// filename: @fileName@
// name: @documentName@
// family: @fontFamily@
// colors: @bits@
// size: @fontSize@
// style: @fontStyle@
// included characters: @string@
Expand Down
1 change: 0 additions & 1 deletion resources/image.tmpl
Expand Up @@ -2,7 +2,6 @@
// @dataType@
// filename: @fileName@
// name: @documentName@
// colors: @bits@
// encoding: UTF-8
// typedef struct {
// const unsigned char *data;
Expand Down
1 change: 0 additions & 1 deletion resources/resources.qrc
@@ -1,6 +1,5 @@
<RCC>
<qresource prefix="/images">
<file alias="winter">winter.jpg</file>
<file alias="template">template.png</file>
</qresource>
<qresource prefix="/templates">
Expand Down
Binary file removed resources/winter.jpg
Binary file not shown.

0 comments on commit 79583f9

Please sign in to comment.