Results 1 to 2 of 2

Thread: Was QtService deprecated in Qt4.8

  1. #1
    Join Date
    Sep 2008
    Posts
    93
    Thanks
    6
    Thanked 1 Time in 1 Post

    Default Was QtService deprecated in Qt4.8

    Hi,

    Was QtService deprecated in Qt4.8?

    If true, how can I change the source code

    Qt Code:
    1. class HttpService : public QtService<QCoreApplication>
    2. {
    3. public:
    4. HttpService(int argc, char **argv)
    5. : QtService<QCoreApplication>(argc, argv, "Qt HTTP Daemon")
    6. {
    7. setServiceDescription("A dummy HTTP service implemented with Qt");
    8. setServiceFlags(QtServiceBase::CanBeSuspended);
    9. }
    To copy to clipboard, switch view to plain text mode 

    Thanks!

  2. #2
    Join Date
    Sep 2008
    Posts
    93
    Thanks
    6
    Thanked 1 Time in 1 Post

    Default Re: Was QtService deprecated in Qt4.8

    This problem was resolved!

Similar Threads

  1. QPainterPath set operations deprecated in Qt 4.8
    By ravi.xolve in forum Qt Programming
    Replies: 2
    Last Post: 6th June 2011, 06:15
  2. Replies: 5
    Last Post: 16th January 2011, 15:19
  3. Deprecated warnings still appear
    By Caius Aérobus in forum Qt Programming
    Replies: 0
    Last Post: 29th March 2010, 08:25
  4. Ubuntu: Wno-deprecated does not work
    By Caius Aérobus in forum Qt Programming
    Replies: 0
    Last Post: 2nd February 2010, 14:08
  5. Replies: 3
    Last Post: 12th August 2007, 02:43

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.