diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-16 15:56:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-16 15:57:43 +0300 |
commit | e811e48760c7f9a22615f40a0b025d34b9f12eb0 (patch) | |
tree | 2d9d75f3d29a19a99b8529f5fc8cc4106b972507 /src/Makefile.am | |
parent | fdbf478bdce6cdbad0a532621b2ef559a51b3daa (diff) | |
download | plus-e811e48760c7f9a22615f40a0b025d34b9f12eb0.tar.gz plus-e811e48760c7f9a22615f40a0b025d34b9f12eb0.tar.bz2 plus-e811e48760c7f9a22615f40a0b025d34b9f12eb0.tar.xz plus-e811e48760c7f9a22615f40a0b025d34b9f12eb0.zip |
Move downloadstatus enum into separate file.
Also convert it to strong typed enum.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a8b7c604a..0d15388a6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -110,6 +110,7 @@ SRC += events/actionevent.h \ enums/gui/progresscolorid.h \ enums/gui/serverdialogdonwloadstatus.h \ enums/gui/themecolorid.h \ + enums/gui/updatedownloadstatus.h \ enums/gui/usercolorid.h \ listeners/errorlistener.cpp \ listeners/errorlistener.h \ |