Remove extra ';' after QPrint namespace block

The extra ';' causes a warning when gcc is used with -Wpedantic.

Change-Id: I3d99aca6f160e46dbe2173106160474664e06b2c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
Kai Pastor 2014-12-11 07:44:28 +01:00 committed by Thiago Macieira
parent 099075427b
commit 1daa7aff4d

View File

@ -143,7 +143,7 @@ namespace QPrint {
QPrint::OutputBinId id;
};
};
}
struct InputSlotMap {
QPrint::InputSlotId id;