Skip to content

Commit 73604c4

Browse files
committed
port complete.
1 parent 415e3b6 commit 73604c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Qt 5 port - An Introduction to Design Patterns in C++ with Qt(2nd Edition)
22
=========
33

4-
##### the porting is not complete yet(As I have not finished the book)! However you could still download and check it out to save you time figuring why stuffs didn't work
4+
##### <del> the porting is not complete yet(As I have not finished the book)! However you could still download and check it out to save you time figuring why stuffs didn't work </del>
55

66
This is my attempt to port the source code([download it here](http://www.ics.com/designpatterns/dist/src.tar.gz
77
)) in the book "[An Introduction to Design Patterns in C++ with Qt(2nd Edition)](http://www.amazon.com/Introduction-Patterns-Prentice-Software-Development/dp/0132826453/)" by Alan Ezust and Paul Ezust [from Qt 4 to Qt 5](http://qt-project.org/wiki/Transition_from_Qt_4.x_to_Qt5), plus a bit of C++11. This repo also adds some files that are missing and required for some of the code to work(for example in /layout/form a main.cpp is missing).

0 commit comments

Comments
 (0)